compose-vLLM.yml aktualisiert
This commit is contained in:
parent
1e245cb58b
commit
9cb6cbc909
|
|
@ -38,8 +38,12 @@ services:
|
||||||
- "0.90"
|
- "0.90"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
- "65536"
|
- "65536"
|
||||||
|
- "--rope-scaling"
|
||||||
|
- '{"rope_type":"yarn","factor":2.0,"original_max_position_embeddings":40960}'
|
||||||
- "--max-num-seqs"
|
- "--max-num-seqs"
|
||||||
- "32"
|
- "16"
|
||||||
|
- "--kv-cache-dtype"
|
||||||
|
- "fp8"
|
||||||
- "--enable-prefix-caching"
|
- "--enable-prefix-caching"
|
||||||
- "--enable-auto-tool-choice"
|
- "--enable-auto-tool-choice"
|
||||||
- "--tool-call-parser"
|
- "--tool-call-parser"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue