File tree Expand file tree Collapse file tree
examples/machine-learning/a3-ultragpu-8g Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -386,9 +386,9 @@ deployment_groups:
386386 local_mount : /gcs-checkpoints
387387 fs_type : gcsfuse
388388 mount_options : " profile=aiml-checkpointing,\
389- cache-dir =/mnt/localssd,\
390- dir-mode =777,\
391- file-mode =777,\
389+ cache_dir =/mnt/localssd,\
390+ dir_mode =777,\
391+ file_mode =777,\
392392 allow_other"
393393
394394 # (Optional) Create a mount-point optimized for reading training data.
@@ -407,8 +407,8 @@ deployment_groups:
407407 local_mount : /gcs-training-data
408408 fs_type : gcsfuse
409409 mount_options : " profile=aiml-training,\
410- dir-mode =777,\
411- file-mode =777,\
410+ dir_mode =777,\
411+ file_mode =777,\
412412 allow_other"
413413
414414 # (Optional) Create a mount-point optimized for model serving.
@@ -421,9 +421,9 @@ deployment_groups:
421421 local_mount : /gcs-model-serving
422422 fs_type : gcsfuse
423423 mount_options : " profile=aiml-serving,\
424- cache-dir =/mnt/localssd,\
425- dir-mode =777,\
426- file-mode =777,\
424+ cache_dir =/mnt/localssd,\
425+ dir_mode =777,\
426+ file_mode =777,\
427427 allow_other"
428428
429429- group : cluster
You can’t perform that action at this time.
0 commit comments