Skip to content

Commit 00f83a5

Browse files
committed
Increasing disk size on training job to test MWMS
1 parent b6fb6eb commit 00f83a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/sagemaker/test_multi_worker_mirrored.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_tf_model_garden(
9292
},
9393
max_run=60 * 60 * 12, # 1 hour
9494
role="SageMakerRole",
95+
volume_size=400,
9596
)
9697
estimator.fit(
9798
inputs="s3://collection-of-ml-datasets/Imagenet/TFRecords/train",

0 commit comments

Comments
 (0)