fix vllm
This commit is contained in:
parent
882be08f17
commit
7410d84f57
1 changed files with 5 additions and 5 deletions
|
|
@ -39,11 +39,11 @@ spec:
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --tokenizer-mode=hf
|
- --tokenizer-mode=hf
|
||||||
- --gpu-memory-utilization=0.98
|
- --gpu-memory-utilization=0.98
|
||||||
- --max-model-len=262144
|
- --max-model-len=187654
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
|
- --enable-chunked-prefill
|
||||||
- --max-num-batched-tokens=65536
|
- --max-num-batched-tokens=32768
|
||||||
- --max-num-seqs=8
|
- --max-num-seqs=16
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- --dtype=auto
|
- --dtype=auto
|
||||||
- --enable-prefix-caching
|
- --enable-prefix-caching
|
||||||
|
|
@ -59,7 +59,7 @@ spec:
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
memory: "150Gi"
|
memory: "120Gi"
|
||||||
cpu: "24"
|
cpu: "24"
|
||||||
|
|
||||||
startupProbe:
|
startupProbe:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue