Skip to content

Commit 72dd082

Browse files
replace hyphens with underscores in gcsfuse mount_options in a3-ultra blueprint
1 parent 02f8c2a commit 72dd082

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

examples/machine-learning/a3-ultragpu-8g/a3ultra-slurm-blueprint.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)