Skip to content

Commit 8f5b45a

Browse files
address review comments
1 parent 941997d commit 8f5b45a

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ deployment_groups:
359359
# (Optional) The following creates a GCS bucket that will be mounted
360360
# using gcsfuse. If you prefer to use a pre-existing bucket, use the
361361
# modules/file-system/pre-existing-network-storage module.
362+
# For more information on these flags, see
363+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
362364
- id: gcs_bucket
363365
source: modules/file-system/cloud-storage-bucket
364366
settings:
@@ -378,6 +380,8 @@ deployment_groups:
378380
# local-ssd for and enables parallel downloads. For more information on
379381
# these flags, see
380382
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
383+
# and
384+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
381385
- id: gcs_checkpoints
382386
source: modules/file-system/pre-existing-network-storage
383387
settings:
@@ -399,6 +403,10 @@ deployment_groups:
399403
# file-cache-max-size-mb=<DATASET_SIZE>,\
400404
# file-cache-cache-file-for-range-read=true,\
401405
# to the mount_options.
406+
# For more information on these flags, see
407+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
408+
# and
409+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
402410
- id: gcs_training_data
403411
source: modules/file-system/pre-existing-network-storage
404412
settings:
@@ -413,6 +421,8 @@ deployment_groups:
413421
# (Optional) Create a mount-point optimized for model serving.
414422
# For more information on these flags, see
415423
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
424+
# and
425+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
416426
- id: gcs_model_serving
417427
source: modules/file-system/pre-existing-network-storage
418428
settings:

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ deployment_groups:
363363
# (Optional) The following creates a GCS bucket that will be mounted
364364
# using gcsfuse. If you prefer to use a pre-existing bucket, use the
365365
# modules/file-system/pre-existing-network-storage module.
366+
# For more information on these flags, see
367+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
366368
- id: gcs_bucket
367369
source: modules/file-system/cloud-storage-bucket
368370
settings:
@@ -382,6 +384,8 @@ deployment_groups:
382384
# local-ssd for and enables parallel downloads. For more information on
383385
# these flags, see
384386
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
387+
# and
388+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
385389
- id: gcs_checkpoints
386390
source: modules/file-system/pre-existing-network-storage
387391
settings:
@@ -403,6 +407,10 @@ deployment_groups:
403407
# file-cache-max-size-mb=<DATASET_SIZE>,\
404408
# file-cache-cache-file-for-range-read=true,\
405409
# to the mount_options.
410+
# For more information on these flags, see
411+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
412+
# and
413+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
406414
- id: gcs_training_data
407415
source: modules/file-system/pre-existing-network-storage
408416
settings:
@@ -417,6 +425,8 @@ deployment_groups:
417425
# (Optional) Create a mount-point optimized for model serving.
418426
# For more information on these flags, see
419427
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
428+
# and
429+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
420430
- id: gcs_model_serving
421431
source: modules/file-system/pre-existing-network-storage
422432
settings:

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ deployment_groups:
374374
# (Optional) The following creates a GCS bucket that will be mounted
375375
# using gcsfuse. If you prefer to use a pre-existing bucket, use the
376376
# modules/file-system/pre-existing-network-storage module.
377+
# For more information on these flags, see
378+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
377379
- id: gcs_bucket
378380
source: modules/file-system/cloud-storage-bucket
379381
settings:
@@ -393,6 +395,8 @@ deployment_groups:
393395
# local-ssd for and enables parallel downloads. For more information on
394396
# these flags, see
395397
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
398+
# and
399+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
396400
- id: gcs_checkpoints
397401
source: modules/file-system/pre-existing-network-storage
398402
settings:
@@ -414,6 +418,10 @@ deployment_groups:
414418
# file-cache-max-size-mb=<DATASET_SIZE>,\
415419
# file-cache-cache-file-for-range-read=true,\
416420
# to the mount_options.
421+
# For more information on these flags, see
422+
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
423+
# and
424+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
417425
- id: gcs_training_data
418426
source: modules/file-system/pre-existing-network-storage
419427
settings:
@@ -428,6 +436,8 @@ deployment_groups:
428436
# (Optional) Create a mount-point optimized for model serving.
429437
# For more information on these flags, see
430438
# https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/samples/gcsfuse_config
439+
# and
440+
# https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/profile-based-configurations
431441
- id: gcs_model_serving
432442
source: modules/file-system/pre-existing-network-storage
433443
settings:

0 commit comments

Comments
 (0)