Skip to content

Commit

Permalink
Add qwen2-vl-7b-instruct sagemaker config
Browse files Browse the repository at this point in the history
  • Loading branch information
cthiriet committed Sep 14, 2024
1 parent 054ee6f commit 4c6f32b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sagemaker/configs/qwen2-vl-7b-instruct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"model": "Qwen/Qwen2-VL-7B-Instruct",
"image": "vllm:0.6.1.post2-2",
"sagemaker_instance_type": "ml.g5.12xlarge",
"env_vars": {
"PIPELINE_PARALLEL_SIZE": "1",
"TENSOR_PARALLEL_SIZE": "4",
"DISABLE_CUSTOM_ALL_REDUCE": "true"
}
}

0 comments on commit 4c6f32b

Please # to comment.