summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-01-26 17:09:44 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2024-01-26 17:09:44 +0200
commit5f1925a8cef81eb9b372faaae34b0dd76d5361d4 (patch)
tree4b4a1474988d5aa820c9dfcfff48deda60673aa0
parent3b7c914de25c6851396d7f9178249f1ed278120e (diff)
scripts : move run-with-preset.py from root to scripts folder
-rwxr-xr-xscripts/run-with-preset.py (renamed from run_with_preset.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_with_preset.py b/scripts/run-with-preset.py
index 9b4d7ecb..a1825273 100755
--- a/run_with_preset.py
+++ b/scripts/run-with-preset.py
@@ -46,7 +46,7 @@ Formatting considerations:
- To define multiple "reverse_prompt" properties simultaneously the expected format is a list of strings.
- To define a tensor split, pass a list of floats.
"""
-usage = "run_with_preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
+usage = "run-with-preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
epilog = (" --<ARG_NAME> specify additional CLI ars to be passed to the binary (override all preset files). "
"Unknown args will be ignored.")