Skip to content

Commit 67d8faa

Browse files
zuoyuanhZuoyuan Huang
and
Zuoyuan Huang
authored
fix: change instance type for huggingface test to ml.g5.8xlarge (aws#4046)
Co-authored-by: Zuoyuan Huang <[email protected]>
1 parent b2007eb commit 67d8faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_huggingface_torch_distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_huggingface_torch_distributed_g5_glue(
3232
transformers_version=huggingface_training_latest_version,
3333
pytorch_version=huggingface_training_pytorch_latest_version,
3434
instance_count=1,
35-
instance_type="ml.g5.12xlarge",
35+
instance_type="ml.g5.8xlarge",
3636
hyperparameters={
3737
"model_name_or_path": "distilbert-base-cased",
3838
"task_name": "wnli",

0 commit comments

Comments
 (0)