Skip to content

Commit

Permalink
edit sagemaker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cthiriet committed Jul 25, 2024
1 parent 0668e9a commit e35730a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"sagemaker_instance_type": "ml.p4d.24xlarge",
"env_vars": {
"TENSOR_PARALLEL_SIZE": "8",
"DISABLE_CUSTOM_ALL_REDUCE": "true"
"DISABLE_CUSTOM_ALL_REDUCE": "true",
"MAX_MODEL_LEN": "32768"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"sagemaker_instance_type": "ml.g5.2xlarge",
"env_vars": {
"TENSOR_PARALLEL_SIZE": "1",
"DISABLE_CUSTOM_ALL_REDUCE": "true"
"DISABLE_CUSTOM_ALL_REDUCE": "true",
"MAX_MODEL_LEN": "32768"
}
}

0 comments on commit e35730a

Please # to comment.