Hi there,
as a complete Newbie to Spark I try first steps into LLMs.
I got some unix experience with e few Raspberry projects, but that’s another world :-)
Today I got a DGX Spark and installed 4 Docker container on it:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
dd5d3416402e ghcr.io/open-webui/open-webui:main “bash start.sh” 13 minutes ago Up 13 minutes (healthy) open-webui
11834614d306 vllm/vllm-openai:latest “vllm serve --model …” 14 minutes ago Up About a minute vllm-qwen-fp8
856a3fe8e500 lmsysorg/sglang:dev-qwen38-27b-dflash2 “/opt/nvidia/nvidia_…” About an hour ago Restarting (1) 2 seconds ago elegant_austin
d6f286eb6cb0 vllm/vllm-openai:latest “vllm serve --model …” About an hour ago Up 3 minutes 0.0.0.0:8001->8000/tcp, [::]:8001->8000/tcp vllm-qwen-bf16
The downloads of the models seem to be completed:
53G /home/hpk/.cache/huggingface/hub/models–Qwen–Qwen3.8-27B
29G /home/hpk/.cache/huggingface/hub/models–Qwen–Qwen3.8-27B-FP8
2,6G /home/hpk/.cache/huggingface/hub/models–RadixArk–Qwen3.8-27B-DSpark
21G /home/hpk/.cache/huggingface/hub/models–RadixArk–Qwen3.8-27B-NVFP4
6,7G /home/hpk/.cache/huggingface/hub/models–stabilityai–stable-diffusion-xl-base-1.0
The 3 LLMs should be found on port 8001 (Qwen3.8-27B) port 8002 (Qwen3.8-27B-FP8) and port 8003 (Qwen-27B-NVFP4)
webUI is running, however, I can’t connect to any of the LLMs.
I tried several connection settings but I don’t get a connection, e.g.
and a few others …
What is missing/wrong?
Thanks for your help!