Skip to content

Commit 4d29a19

Browse files
replace hyphens with underscores in gcsfuse mount_options in a4x-high blueprint
1 parent 91cb8f4 commit 4d29a19

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ deployment_groups:
401401
local_mount: /gcs-checkpoints
402402
fs_type: gcsfuse
403403
mount_options: "profile=aiml-checkpointing,\
404-
cache-dir=/mnt/localssd,\
405-
dir-mode=777,\
406-
file-mode=777,\
404+
cache_dir=/mnt/localssd,\
405+
dir_mode=777,\
406+
file_mode=777,\
407407
allow_other"
408408

409409
# (Optional) Create a mount-point optimized for reading training data.
@@ -422,8 +422,8 @@ deployment_groups:
422422
local_mount: /gcs-training-data
423423
fs_type: gcsfuse
424424
mount_options: "profile=aiml-training,\
425-
dir-mode=777,\
426-
file-mode=777,\
425+
dir_mode=777,\
426+
file_mode=777,\
427427
allow_other"
428428

429429
# (Optional) Create a mount-point optimized for model serving.
@@ -436,9 +436,9 @@ deployment_groups:
436436
local_mount: /gcs-model-serving
437437
fs_type: gcsfuse
438438
mount_options: "profile=aiml-serving,\
439-
cache-dir=/mnt/localssd,\
440-
dir-mode=777,\
441-
file-mode=777,\
439+
cache_dir=/mnt/localssd,\
440+
dir_mode=777,\
441+
file_mode=777,\
442442
allow_other"
443443

444444

0 commit comments

Comments
 (0)