We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293f9b9 commit 9f534b4Copy full SHA for 9f534b4
README.md
@@ -171,8 +171,7 @@ hyp create hyp-pytorch-job \
171
--priority "high" \
172
--max-retry 3 \
173
--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
+ --persistent-volume-claims '[shared-data-pvc, model-registry-pvc]'
176
```
177
178
Key required parameters explained:
@@ -316,8 +315,6 @@ pytorch_job = HyperPodPytorchJob
316
315
replica_specs = replica_specs,
317
# Run policy
318
run_policy = run_policy,
319
- # S3 location for artifacts
320
- output_s3_uri="s3://my-bucket/model-artifacts"
321
)
322
# Launch the job
323
pytorch_job.create()
0 commit comments