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"
|
- "--trust-remote-code"
|
||||||
- "--gpu-memory-utilization"
|
- "--gpu-memory-utilization"
|
||||||
- "0.95"
|
- "0.95"
|
||||||
|
- "--enforce-eager"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue