Skip to content

Instantly share code, notes, and snippets.

View cboergermann's full-sized avatar

Chris Börgermann cboergermann

View GitHub Profile
@bbrowning
bbrowning / instructions.md
Last active July 9, 2026 16:04
Compile recent vLLM builds from source on DGX Spark

Compiling vLLM main from source on DGX Spark

I do all this SSH'd into the DGX Spark from another machine, so everything is terminal commands.

Install python dev dependencies and uv

sudo apt install python3-dev
curl -LsSf https://astral.sh/uv/install.sh | sh