Mod for Intel/Qwen3-Coder-Next-INT4-Autoround model
This commit is contained in:
9
mods/fix-qwen3-next-autoround/run.sh
Normal file
9
mods/fix-qwen3-next-autoround/run.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "Reverting PR #35156"
|
||||||
|
if curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/35156.diff | patch -p1 -R -d /usr/local/lib/python3.12/dist-packages; then
|
||||||
|
echo " OK"
|
||||||
|
else
|
||||||
|
echo " Patch can't be reversed, skipping"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user