Skip to content

Commit

Permalink
fix: set the defaults for shared_fs mount in genai correctly (#9433)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayritenour committed May 28, 2024
1 parent 9d54093 commit 00bbda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions harness/determined/deploy/aws/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ def handle_dump_master_config_template(args: argparse.Namespace) -> None:
cli.Arg(
"--genai-shared-fs-mount-path",
type=str,
default="/run/determined/workdir/shared_fs",
help="Specifies the path to mount the shared filesystem used for datasets in"
+ " GenAI. Defaults to `/run/determined/workdir/shared_fs`",
),
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/lore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Parameters:
GenAISharedFSMountPath:
Type: String
Description: GenAI shared file system mount path
Default: latest
Default: /run/determined/workdir/shared_fs

MountEFSId:
Type: String
Expand Down

0 comments on commit 00bbda6

Please sign in to comment.