From 42fb0e0e99ebe6a30c0ebfb8089c5f3417778c5b Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sun, 26 Jul 2026 12:22:14 +0000 Subject: [PATCH] =?UTF-8?q?Verbessung=20gem=C3=A4ss=20ChatGPT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composte-hermes.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/composte-hermes.yml b/composte-hermes.yml index 7b6ce11..6f23054 100644 --- a/composte-hermes.yml +++ b/composte-hermes.yml @@ -21,19 +21,14 @@ services: count: 2 capabilities: [gpu] command: - - --model=Qwen/Qwen3-14B-AWQ - - --port=8005 - - --quantization=awq - - --tensor-parallel-size=2 - - --gpu-memory-utilization=0.82 - - --max-model-len=65536 - - --hf-overrides={"rope_scaling":{"rope_type":"yarn","factor":2.0,"original_max_position_embeddings":32768}} - - --max-num-seqs=16 - - --kv-cache-dtype=fp8 - - --served-model-name=qwen3-14b-awq - - --enable-auto-tool-choice - - --tool-call-parser=hermes - - --reasoning-parser=deepseek_r1 + - --model=Qwen/Qwen3-14B-AWQ + - --tensor-parallel-size=2 + - --gpu-memory-utilization=0.90 + - --max-model-len=65536 + - --enable-prefix-caching + - --enable-auto-tool-choice + - --tool-call-parser=hermes + - --max-num-seqs=4 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8005/health"] interval: 30s