Merge pull request #22 from sirius0xdev/fix/vllm-gemma-crash

fix: enforce eager execution to stop gemma CUDA graph crash
This commit is contained in:
sirius0xdev 2026-04-18 17:33:29 -04:00 committed by GitHub
commit 755bdb39ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ spec:
- "--trust-remote-code"
- "--gpu-memory-utilization"
- "0.95"
- "--enforce-eager"
ports:
- containerPort: 8000
resources: