composte-hermes.yml aktualisiert

This commit is contained in:
Marc Blatter 2026-07-21 20:39:37 +00:00
parent aa03f88031
commit 48e4054c2e
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@ services:
# Qualitätsverlust gerade bei 32k Context relevant
- --kv-cache-dtype=fp8
- --served-model-name=qwen3-14b-awq
# Fehlten bisher: ohne diese beiden Flags lehnt vLLM jeden Request
# mit tool_choice="auto" ab ("auto tool choice requires ...")
- --enable-auto-tool-choice
- --tool-call-parser=hermes
# Trennt <think>-Reasoning-Content vom eigentlichen Tool-Call-Parsing,
# sonst kann der hermes-Parser bei aktiviertem Denk-Modus stolpern
- --reasoning-parser=deepseek_r1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
interval: 30s