Skip to main content

Paths, memory constants, and config

· 3 min read
Justin Goheen
AI/ML Engineer

Tools in DGX Lab assume local disk and Spark-class memory. Defaults match a stock DGX Spark layout; everything below can be overridden with environment variables read in backend/app/config.py.

First run on your Spark

· 3 min read
Justin Goheen
AI/ML Engineer

DGX Lab expects to run on the DGX Spark (or at least on a box where nvidia-smi and your model cache match how the tools query the system). This is not a hosted product: you clone, you run, you own the outcome.

Introducing DGX Lab

· 4 min read
Justin Goheen
AI/ML Engineer

DGX Lab is a local-first developer dashboard for the NVIDIA DGX Spark. Eight tools for model management, experiment tracking, agent observability, GPU profiling, training recipes, synthetic data, data curation, and dataset browsing -- all memory-aware against 128 GB of unified LPDDR5X.

This post walks through what it is, what it runs on, and how it fits together.