Skip to main content

2 posts tagged with "Backend"

FastAPI, Python, API design

View All Tags

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.