compose-vLLM.yml aktualisiert
This commit is contained in:
parent
9cb6cbc909
commit
272cf7506e
|
|
@ -38,8 +38,8 @@ services:
|
||||||
- "0.90"
|
- "0.90"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
- "65536"
|
- "65536"
|
||||||
- "--rope-scaling"
|
- "--hf-overrides"
|
||||||
- '{"rope_type":"yarn","factor":2.0,"original_max_position_embeddings":40960}'
|
- '{"rope_scaling":{"rope_type":"yarn","factor":2.0,"original_max_position_embeddings":40960}}'
|
||||||
- "--max-num-seqs"
|
- "--max-num-seqs"
|
||||||
- "16"
|
- "16"
|
||||||
- "--kv-cache-dtype"
|
- "--kv-cache-dtype"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue