mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
scripts : move run-with-preset.py from root to scripts folder
This commit is contained in:
parent
3b7c914de2
commit
5f1925a8ce
@ -46,7 +46,7 @@ Formatting considerations:
|
|||||||
- To define multiple "reverse_prompt" properties simultaneously the expected format is a list of strings.
|
- 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.
|
- 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). "
|
epilog = (" --<ARG_NAME> specify additional CLI ars to be passed to the binary (override all preset files). "
|
||||||
"Unknown args will be ignored.")
|
"Unknown args will be ignored.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user