Move runner port 18008 -> 18010

Follows the change already made on 4n4rch02. Updates the compose --port and
healthcheck plus every default in the bench tooling and the README, so the
scripts keep working without an explicit --port.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 16:04:45 +02:00
co-authored by Claude Opus 5
parent e2157e9226
commit 3ff4a5646f
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
# Usage: ./sweep.sh <ncmoe>:<tensor-split>[:<threads>] ...
# Example: ./sweep.sh 10:24,16:8 8:24,16:8
#
# Env: CTX (default 131072), DEPTHS (default 512,8192), PORT (default 18008)
# Env: CTX (default 131072), DEPTHS (default 512,8192), PORT (default 18010)
HUB=${HUB:-/mnt/2TSAM990nvme/docker-volume-outsource/llm-models/hf/hub/models--unsloth--Qwen3.6-35B-A3B-GGUF}
SNAP=${SNAP:-snapshots/a483e9e6cbd595906af30beda3187c2663a1118c/Qwen3.6-35B-A3B-UD-Q4_K_M.gguf}
CTX=${CTX:-131072}
PORT=${PORT:-18008}
PORT=${PORT:-18010}
NAME=qwen36-sweep
BENCH=${BENCH:-$(dirname "$0")/bench.py}