sglang-setup
Installation
SKILL.md
SGLang Setup on DGX Station
Deploy an SGLang inference server on DGX Station with validated configuration.
Steps
-
Find the GB300 GPU index. Run:
nvidia-smi --query-gpu=index,name --format=csv,noheaderIdentify the device index for the GB300 (typically device 1). Use this index for
--gpusbelow. Do NOT use--gpus all— mixed coherency will cause CUDA failures. -
Ask the user which model to serve. If they don't have a preference, suggest:
Qwen/Qwen3-8B— small, fast, good for testingQwen/Qwen3-32B— medium, good balancemeta-llama/Llama-3.1-70B-Instruct— large general-purpose
-
Check if the user has an HF_TOKEN. Pass inline with
-e HF_TOKEN="...".