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:
@@ -2,7 +2,7 @@
|
||||
|
||||
llama.cpp CUDA runner for **Qwen3.6-35B-A3B** (UD-Q4_K_M) at **128k context** on 4n4rch02.
|
||||
|
||||
Port **18008**, OpenAI-compatible API at `http://192.168.3.189:18008/v1`.
|
||||
Port **18010**, OpenAI-compatible API at `http://192.168.3.189:18010/v1`.
|
||||
|
||||
## Host
|
||||
|
||||
@@ -262,7 +262,7 @@ Loads in ~15 s (`--no-mmap`, weights read from NVMe).
|
||||
## Benchmarks
|
||||
|
||||
```bash
|
||||
python3 bench/bench.py --port 18008 --depths 512,8192,32768 --n-predict 128
|
||||
python3 bench/bench.py --port 18010 --depths 512,8192,32768 --n-predict 128
|
||||
./bench/sweep.sh 10:24,16:8 8:24,16:8 # <ncmoe>:<tensor-split>:<threads>
|
||||
python3 bench/spec_bench.py --no-think # copy/code/prose generation workloads
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user