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