Skip to content

Commit 9f534b4

Browse files
authored
Remove unused param from documentation (#170)
1 parent 293f9b9 commit 9f534b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ hyp create hyp-pytorch-job \
171171
--priority "high" \
172172
--max-retry 3 \
173173
--volumes '[data-vol, model-vol, checkpoint-vol]' \
174-
--persistent-volume-claims '[shared-data-pvc, model-registry-pvc]' \
175-
--output-s3-uri s3://my-bucket/model-artifacts
174+
--persistent-volume-claims '[shared-data-pvc, model-registry-pvc]'
176175
```
177176
178177
Key required parameters explained:
@@ -316,8 +315,6 @@ pytorch_job = HyperPodPytorchJob
316315
replica_specs = replica_specs,
317316
# Run policy
318317
run_policy = run_policy,
319-
# S3 location for artifacts
320-
output_s3_uri="s3://my-bucket/model-artifacts"
321318
)
322319
# Launch the job
323320
pytorch_job.create()

0 commit comments

Comments
 (0)