From 901c34d1b180271e6b49818adda59b4578bcbb34 Mon Sep 17 00:00:00 2001 From: Bernat Vadell Date: Tue, 14 Mar 2023 20:46:41 +0100 Subject: [PATCH] Update .devops/tools.sh Co-authored-by: Georgi Gerganov --- .devops/tools.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.devops/tools.sh b/.devops/tools.sh index e88f0bca6..ca32e4503 100755 --- a/.devops/tools.sh +++ b/.devops/tools.sh @@ -10,10 +10,10 @@ shift arg2="$@" if [[ $arg1 == '--convert' || $arg1 == '-c' ]]; then - python3 ./convert-pth-to-ggml.py $arg2 + python3 ./convert-pth-to-ggml.py $arg2 elif [[ $arg1 == '--quantize' || $arg1 == '-q' ]]; then - /app/quantize $arg2 + /app/quantize $arg2 else - echo "Unknown command: $arg1" - echo "Valid commands: --convert (-c) or --quantize (-q)" + echo "Unknown command: $arg1" + echo "Valid commands: --convert (-c) or --quantize (-q)" fi \ No newline at end of file