compose-vLLM.yaml aktualisiert
This commit is contained in:
parent
6b309f8afa
commit
ae5f21ace5
|
|
@ -21,12 +21,19 @@ services:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
command: >
|
command:
|
||||||
--model Qwen/Qwen2.5-7B-Instruct-AWQ
|
- "--model"
|
||||||
--host 0.0.0.0
|
- "Qwen/Qwen2.5-7B-Instruct-AWQ"
|
||||||
--port 8000
|
- "--host"
|
||||||
--gpu-memory-utilization 0.85
|
- "0.0.0.0"
|
||||||
--max-model-len 65536
|
- "--port"
|
||||||
--hf-overrides {"rope_scaling":{"rope_type":"yarn","factor":2.0,"original_max_position_embeddings":32768}}
|
- "8000"
|
||||||
--enable-auto-tool-choice
|
- "--gpu-memory-utilization"
|
||||||
--tool-call-parser hermes
|
- "0.85"
|
||||||
|
- "--max-model-len"
|
||||||
|
- "65536"
|
||||||
|
- "--hf-overrides"
|
||||||
|
- '{"rope_scaling": {"rope_type": "yarn", "factor": 2.0, "original_max_position_embeddings": 32768}}'
|
||||||
|
- "--enable-auto-tool-choice"
|
||||||
|
- "--tool-call-parser"
|
||||||
|
- "hermes"
|
||||||
Loading…
Reference in New Issue