fix vllm and tini
This commit is contained in:
parent
3d3f0a5a1f
commit
bce6e18f2b
2 changed files with 3 additions and 2 deletions
|
|
@ -103,7 +103,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: telegram-webhook
|
||||
key: TELEGRAM_WEBHOOK_SECRET
|
||||
|
||||
- name: TINI_SUBREAPER
|
||||
value: "true"
|
||||
- name: TELEGRAM_WEBHOOK_PORT
|
||||
value: "8645"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ spec:
|
|||
- --enable-auto-tool-choice
|
||||
- --kv-cache-dtype=fp8
|
||||
- --max-num-batched-tokens=65536
|
||||
- --max-num-seqs=128
|
||||
- --max-num-seqs=64
|
||||
- --enable-chunked-prefill
|
||||
- --trust-remote-code
|
||||
- --dtype=auto
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue