compose-vLLM.yaml aktualisiert
This commit is contained in:
parent
6fee84f4a0
commit
21984763cf
|
|
@ -26,10 +26,10 @@ services:
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
command: >
|
command: >
|
||||||
--model Qwen/Qwen2.5-14B-Instruct-AWQ
|
--model Qwen/Qwen2.5-7B-Instruct-AWQ
|
||||||
--host 0.0.0.0
|
--host 0.0.0.0
|
||||||
--port 8000
|
--port 8000
|
||||||
--gpu-memory-utilization 0.9
|
--gpu-memory-utilization 0.75
|
||||||
--max-model-len 16384
|
--max-model-len 16384
|
||||||
--enable-auto-tool-choice
|
--enable-auto-tool-choice
|
||||||
--tool-call-parser hermes
|
--tool-call-parser hermes
|
||||||
Loading…
Reference in New Issue