fix: adjust max-model-len and memory utilization for Venice

This commit is contained in:
SiriusClaw 2026-04-18 19:35:20 +00:00
parent aa40f87885
commit 7826ff0398

View file

@ -32,8 +32,10 @@ spec:
- "--dtype"
- "bfloat16"
- "--max-model-len"
- "32768"
- "8192"
- "--trust-remote-code"
- "--gpu-memory-utilization"
- "0.95"
ports:
- containerPort: 8000
resources: