Skip to content

Commit 690a38f

Browse files
Update runtime images in LLM fine-tuning with KFTO example
1 parent b97542e commit 690a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/kfto-sft-llm/sft.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"* Amend the resources per worker according to the job requirements\n",
335335
"* If you use AMD accelerators:\n",
336336
" * Change `nvidia.com/gpu` to `amd.com/gpu` in `resources_per_worker`\n",
337-
" * Change `base_image` to `quay.io/modh/training:py311-rocm62-torch241`\n",
337+
" * Change `base_image` to `quay.io/modh/training:py311-rocm62-torch251`\n",
338338
"* Update the PVC name to the one you've attached to the workbench if needed"
339339
]
340340
},
@@ -356,7 +356,7 @@
356356
" \"memory\": \"64Gi\",\n",
357357
" \"cpu\": 4,\n",
358358
" },\n",
359-
" base_image=\"quay.io/modh/training:py311-cuda121-torch241\",\n",
359+
" base_image=\"quay.io/modh/training:py311-cuda124-torch251\",\n",
360360
" env_vars={\n",
361361
" # HuggingFace\n",
362362
" \"HF_HOME\": \"/mnt/shared/.cache\",\n",

0 commit comments

Comments
 (0)