Made autoround mod optional to support latest version of vLLM. Fixes #144.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
patch -p1 -d /usr/local/lib/python3.12/dist-packages < transformers.patch
|
patch -p1 -d /usr/local/lib/python3.12/dist-packages < transformers.patch || echo "Patch is not applicable, skipping..."
|
||||||
Reference in New Issue
Block a user