File tree Expand file tree Collapse file tree
examples/machine-learning/a4-highgpu-8g Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -390,9 +390,9 @@ deployment_groups:
390390 local_mount : /gcs-checkpoints
391391 fs_type : gcsfuse
392392 mount_options : " profile=aiml-checkpointing,\
393- cache-dir =/mnt/localssd,\
394- dir-mode =777,\
395- file-mode =777,\
393+ cache_dir =/mnt/localssd,\
394+ dir_mode =777,\
395+ file_mode =777,\
396396 allow_other"
397397
398398 # (Optional) Create a mount-point optimized for reading training data.
@@ -411,8 +411,8 @@ deployment_groups:
411411 local_mount : /gcs-training-data
412412 fs_type : gcsfuse
413413 mount_options : " profile=aiml-training,\
414- dir-mode =777,\
415- file-mode =777,\
414+ dir_mode =777,\
415+ file_mode =777,\
416416 allow_other"
417417
418418 # (Optional) Create a mount-point optimized for model serving.
@@ -425,9 +425,9 @@ deployment_groups:
425425 local_mount : /gcs-model-serving
426426 fs_type : gcsfuse
427427 mount_options : " profile=aiml-serving,\
428- cache-dir =/mnt/localssd,\
429- dir-mode =777,\
430- file-mode =777,\
428+ cache_dir =/mnt/localssd,\
429+ dir_mode =777,\
430+ file_mode =777,\
431431 allow_other"
432432
433433- group : cluster
You can’t perform that action at this time.
0 commit comments