Mod to fix Gemma4 tool parser

This commit is contained in:
Eugene Rakhmatulin
2026-04-04 16:48:07 -07:00
parent 7bc4e4ce5e
commit 288da8e911
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd /usr/local/lib/python3.12/dist-packages
echo "Applying PR #38909"
if curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/38909.diff | git apply --exclude="tests/*"; then
echo "- PR #38909 applied successfully"
else
echo "- PR #38909 can't be applied, skipping"
fi