From 5f1925a8cef81eb9b372faaae34b0dd76d5361d4 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 26 Jan 2024 17:09:44 +0200 Subject: [PATCH] scripts : move run-with-preset.py from root to scripts folder --- run_with_preset.py => scripts/run-with-preset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename run_with_preset.py => scripts/run-with-preset.py (98%) diff --git a/run_with_preset.py b/scripts/run-with-preset.py similarity index 98% rename from run_with_preset.py rename to scripts/run-with-preset.py index 9b4d7ecbe..a18252730 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 ...] [-- ...]" +usage = "run-with-preset.py [-h] [yaml_files ...] [-- ...]" epilog = (" -- specify additional CLI ars to be passed to the binary (override all preset files). " "Unknown args will be ignored.")