Skip to content

Commit

Permalink
Merge branch 'master' into autopatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadan-Wei authored Nov 22, 2024
2 parents ff23feb + 2d62185 commit 203a49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release_images_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ release_images:
cuda_version: "cu124"
example: False
disable_sm_tag: True
force_release: True
force_release: False
6:
framework: "huggingface_pytorch"
version: "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions release_images_training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ release_images:
framework: "huggingface_pytorch"
version: "2.1.2"
arch_type: "x86"
hf_transformers: "4.41.1"
hf_transformers: "4.43.2"
training:
device_types: [ "neuronx" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
neuron_sdk_version: "sdk2.19.1"
neuron_sdk_version: "sdk2.20.0"
example: False
disable_sm_tag: True
force_release: False
Expand Down
2 changes: 1 addition & 1 deletion test/test_utils/sagemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def assign_sagemaker_local_job_instance_type(image):
return "p3.2xlarge"
elif all(word in image for word in ["huggingface-pytorch", "training", "gpu"]):
return "g5.8xlarge"
return "p4d.24xlarge" if "gpu" in image else "c5.18xlarge"
return "g5.12xlarge" if "gpu" in image else "c5.18xlarge"


def assign_sagemaker_local_test_ami(image, region, instance_type):
Expand Down

0 comments on commit 203a49b

Please sign in to comment.