Error while loading script #159
Replies: 1 comment 3 replies
-
|
Thanks for the report @chrischd83 — diagnosed. This is a locale bug, not a problem with your setup.
Immediate workaround — works right now, no waiting: LC_NUMERIC=C bash scripts/launch.shThat forces C-style numeric parsing for just that run; everything else (including UTF-8 output) is unaffected. The booted container itself was never affected — this only hit the pre-boot budget print. Permanent fix: PR #160 adds One ask: I couldn't reproduce the exact German failure on our rig (no comma-decimal locale data installed there), so the mechanism is certain but you're the perfect validator — could you confirm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
while i try to launch the launch.sh i get the following error massage:
bash scripts/launch.sh
[preflight] checking environment...
[preflight] docker: 29.4.3 (compose v2 ok)
[preflight] gpu: 2× detected
[preflight] GPU 0: NVIDIA GeForce RTX 3090
[preflight] GPU 1: NVIDIA GeForce RTX 3090
[preflight] ok.
club-3090 launcher — pick model, GPU set, and serving variant.
(Use --variant next time to skip the wizard.)
[launch] Installed models:
Choice [1-2]: 2
[launch] Detected GPUs:
GPU 0: GeForce RTX 3090 (24 GB, sm_86) — available
GPU 1: GeForce RTX 3090 (24 GB, sm_86) — available
Use GPU 0, GPU 1, or both? [both]:
[launch] selected GPU(s): 0,1 (24 GB + 24 GB)
[launch] Tensor parallel TP=2 (PP=1).
[launch] model: Gemma 4 31B
[launch] Suggested: vllm/gemma-mtp (Gemma 4 31B on GPU 0,1, TP=2 PP=1)
VRAM budget — per card (~24 GB):
scripts/launch.sh: Zeile 940: printf: 9.0: Ungültige Zahl.
Weights/TP=2: 9,00 GB
br
Beta Was this translation helpful? Give feedback.
All reactions