Skip to content

Commit f9ba5dd

Browse files
committed
fix th shape
1 parent a1470b0 commit f9ba5dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distributed_training/llama2/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ Following YAML is example for `meta-llama/Llama-2-7b-hf` fine-tuning.
120120

121121
Save the YAML file as `llama2-7b-hf-ft-job.yaml`
122122

123-
```yaml
124123
```yaml
125124
kind: job
126125
apiVersion: v1.0
@@ -229,7 +228,7 @@ job = (
229228
.with_compartment_id("<compartment_ocid>")
230229
.with_project_id("<project_ocid>")
231230
.with_subnet_id("<subnet_ocid>")
232-
.with_shape_name("VM.GPU.A10.1")
231+
.with_shape_name("VM.GPU.A10.2")
233232
.with_block_storage_size(256)
234233
)
235234
.with_runtime(

0 commit comments

Comments
 (0)