fix token length problem
This commit is contained in:
parent
fd3e3d8f45
commit
1d7bb9cba3
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ spec:
|
||||||
- --port=8000
|
- --port=8000
|
||||||
- --tensor-parallel-size=1
|
- --tensor-parallel-size=1
|
||||||
- --gpu-memory-utilization=0.95
|
- --gpu-memory-utilization=0.95
|
||||||
- --max-model-len=16384
|
- --max-model-len=24576
|
||||||
|
- --kv-cache-dtype=fp8
|
||||||
- --max-num-batched-tokens=2048
|
- --max-num-batched-tokens=2048
|
||||||
- --max-num-seqs=128
|
- --max-num-seqs=128
|
||||||
- --enable-chunked-prefill
|
- --enable-chunked-prefill
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue