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 a1470b0 commit f9ba5ddCopy full SHA for f9ba5dd
distributed_training/llama2/README.md
@@ -120,7 +120,6 @@ Following YAML is example for `meta-llama/Llama-2-7b-hf` fine-tuning.
120
121
Save the YAML file as `llama2-7b-hf-ft-job.yaml`
122
123
-```yaml
124
```yaml
125
kind: job
126
apiVersion: v1.0
@@ -229,7 +228,7 @@ job = (
229
228
.with_compartment_id("<compartment_ocid>")
230
.with_project_id("<project_ocid>")
231
.with_subnet_id("<subnet_ocid>")
232
- .with_shape_name("VM.GPU.A10.1")
+ .with_shape_name("VM.GPU.A10.2")
233
.with_block_storage_size(256)
234
)
235
.with_runtime(
0 commit comments