Temporary fix for #38

This commit is contained in:
Eugene Rakhmatulin
2026-02-16 09:23:10 -08:00
parent 4214d4fefe
commit c23aff91d3
2 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
#!/bin/bash
set -e
echo "--- Applying GLM 4.7 AWQ speed patch..."
patch -p1 -d / < glm47_flash.patch
echo "=== OK"
echo "--- Applying vLLM crash patch..."
patch -p1 -d /usr/local/lib/python3.12/dist-packages < glm47_vllm_bug.patch || echo "=== Patch is not applicable, skipping"
echo "=== OK"