fix: adjust max-model-len and memory utilization for Venice
This commit is contained in:
parent
aa40f87885
commit
7826ff0398
1 changed files with 3 additions and 1 deletions
|
|
@ -32,8 +32,10 @@ spec:
|
|||
- "--dtype"
|
||||
- "bfloat16"
|
||||
- "--max-model-len"
|
||||
- "32768"
|
||||
- "8192"
|
||||
- "--trust-remote-code"
|
||||
- "--gpu-memory-utilization"
|
||||
- "0.95"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue