Skip to content

Commit 2bd4910

Browse files
update PVC access mode to ReadWriteMany for shared storage
1 parent ec05ee3 commit 2bd4910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
" provision_model_storage = kubernetes.CreatePVC(\n",
304304
" # can also use pvc_name instead of pvc_name_suffix to use a pre-existing PVC\n",
305305
" pvc_name='storage-initializer',\n",
306-
" access_modes=['ReadWriteOnce'],\n",
306+
" access_modes=['ReadWriteMany'],\n",
307307
" size='100Gi',\n",
308308
" storage_class_name='nfs-storage',\n",
309309
" )\n",

0 commit comments

Comments
 (0)