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:
commit
755bdb39ba
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ spec:
|
|||
- "--trust-remote-code"
|
||||
- "--gpu-memory-utilization"
|
||||
- "0.95"
|
||||
- "--enforce-eager"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue