refactor: Modell- und Container-Alias auf coding_model vereinheitlicht
Statt modell-spezifischer Namen (qwen3.5-single, qwen36-27b-single) wird überall der semantisch neutrale Bezeichner coding_model verwendet. Dadurch kann das Modell bei Bedarf ausgetauscht werden, ohne Konfiguration, Skripte oder Tests anpassen zu müssen. Geändert: models.json, settings.json, start-single.sh, stop-servers.sh, status.sh, pi-coder-judge-extension.ts, tests/, README.md, BEDIENUNGSANLEITUNG.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
485ab30265
commit
2b0ca79dca
10 changed files with 39 additions and 39 deletions
|
|
@ -4,10 +4,10 @@ set -euo pipefail
|
|||
HF_HOME="${HF_HOME:-/home/dschlueter/nvme2n1p7_home/huggingface}"
|
||||
MODEL_REL_PATH="models/qwen3/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-IQ4_XS.gguf"
|
||||
IMAGE="ghcr.io/ggml-org/llama.cpp:server-cuda"
|
||||
CONTAINER_NAME="qwen36-27b-single"
|
||||
CONTAINER_NAME="coding_model"
|
||||
HOST_PORT=8001
|
||||
CONTAINER_PORT=8000
|
||||
MODEL_ALIAS="qwen3.5-single"
|
||||
MODEL_ALIAS="coding_model"
|
||||
GPU_DEVICE="${GPU_DEVICE:-1}"
|
||||
|
||||
echo "[*] Verwende HF_HOME = $HF_HOME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue