Skip to content

Commit 2dbab79

Browse files
ggerganovhodlen
authored andcommitted
scripts : move run-with-preset.py from root to scripts folder
1 parent b9f15b6 commit 2dbab79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_with_preset.py renamed to scripts/run-with-preset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- To define multiple "reverse_prompt" properties simultaneously the expected format is a list of strings.
4747
- To define a tensor split, pass a list of floats.
4848
"""
49-
usage = "run_with_preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
49+
usage = "run-with-preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
5050
epilog = (" --<ARG_NAME> specify additional CLI ars to be passed to the binary (override all preset files). "
5151
"Unknown args will be ignored.")
5252

0 commit comments

Comments
 (0)