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
+1 -1
View File
@@ -61,7 +61,7 @@ def run(port, name, prompt, n_predict, no_think):
if __name__ == "__main__":
ap = argparse.ArgumentParser()
ap.add_argument("--port", type=int, default=18008)
ap.add_argument("--port", type=int, default=18010)
ap.add_argument("--label", default="run")
ap.add_argument("--n-predict", type=int, default=400)
ap.add_argument("--no-think", action="store_true",