Skip to content

Commit 2f993bf

Browse files
replace hyphens with underscores in gcsfuse mount_options in a4-high blueprint
1 parent b6cb779 commit 2f993bf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

examples/machine-learning/a4-highgpu-8g/a4high-slurm-blueprint.yaml

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

0 commit comments

Comments
 (0)