diff --git a/mods/fix-qwen3.5-autoround/run.sh b/mods/fix-qwen3.5-autoround/run.sh index 81f50c7..9aa9da9 100644 --- a/mods/fix-qwen3.5-autoround/run.sh +++ b/mods/fix-qwen3.5-autoround/run.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -patch -p1 -d /usr/local/lib/python3.12/dist-packages < transformers.patch \ No newline at end of file +patch -p1 -d /usr/local/lib/python3.12/dist-packages < transformers.patch || echo "Patch is not applicable, skipping..." \ No newline at end of file