You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Provide either --dataset-urls to specify a list of datasets by name, url, or path, or --dataset-group to use a predefined set of datasets."
58
61
echo"Time limits:"
59
62
echo" --time-limit is used for end_to_end mode (defaults to 4 hours)"
60
63
echo" --train-time-limit and --generate-time-limit are used for two_stage mode, and will default to --time-limit if the more more specific train and generate limits are not provided"
64
+
echo"Package installation:"
65
+
echo" --nss-version VERSION install nemo-safe-synthesizer==VERSION from PyPI instead of syncing the repo"
66
+
echo" example: --nss-version 0.2.3"
67
+
echo" if omitted, the repo at NSS_DIR is used (default behavior)"
61
68
62
69
exit 0;;
63
70
--) shift;break;;
@@ -115,6 +122,7 @@ fi
115
122
116
123
export ACCOUNT
117
124
export EXP_NAME
125
+
export NSS_VERSION
118
126
119
127
# Build configs list: CLI override (comma-separated) takes precedence; otherwise use CONFIGS from env
0 commit comments