File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
examples/machine-learning/a4x-highgpu-4g Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments