Skip to content

Commit

Permalink
Change the instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
malavhs committed Oct 24, 2024
1 parent 70a793a commit 1592b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils/sagemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def assign_sagemaker_local_job_instance_type(image):
elif "trcomp" in image:
return "p3.2xlarge"
elif all(word in image for word in ["huggingface-pytorch", "training", "gpu"]):
return "g5.8xlarge"
return "p5.48xlarge"
return "p3.8xlarge" if "gpu" in image else "c5.18xlarge"


Expand Down

0 comments on commit 1592b6f

Please sign in to comment.