2025-10-03 20:46:11 +00:00
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="src/images/dgx-spark-banner.png" alt="NVIDIA DGX Spark"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
# DGX Spark Playbooks
|
|
|
|
|
|
|
|
|
|
Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture.
|
|
|
|
|
|
|
|
|
|
## About
|
|
|
|
|
|
|
|
|
|
These playbooks provide detailed instructions for:
|
|
|
|
|
- Installing and configuring popular AI frameworks
|
|
|
|
|
- Running inference with optimized models
|
|
|
|
|
- Setting up development environments
|
|
|
|
|
- Connecting and managing your DGX Spark device
|
|
|
|
|
|
|
|
|
|
Each playbook includes prerequisites, step-by-step instructions, troubleshooting guidance, and example code.
|
|
|
|
|
|
|
|
|
|
## Available Playbooks
|
|
|
|
|
|
|
|
|
|
### NVIDIA
|
|
|
|
|
|
|
|
|
|
- [Comfy UI](nvidia/comfy-ui/)
|
2025-10-09 15:38:30 +00:00
|
|
|
- [Set Up Local Network Access](nvidia/connect-to-your-spark/)
|
2025-10-13 13:22:50 +00:00
|
|
|
- [Connect Two Sparks](nvidia/connect-two-sparks/)
|
2025-10-17 00:58:35 +00:00
|
|
|
- [CUDA-X Data Science](nvidia/cuda-x-data-science/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [DGX Dashboard](nvidia/dgx-dashboard/)
|
|
|
|
|
- [FLUX.1 Dreambooth LoRA Fine-tuning](nvidia/flux-finetuning/)
|
2026-01-02 22:21:53 +00:00
|
|
|
- [Install and Use Isaac Sim and Isaac Lab](nvidia/isaac/)
|
2025-10-05 18:20:38 +00:00
|
|
|
- [Optimized JAX](nvidia/jax/)
|
2026-01-02 22:21:53 +00:00
|
|
|
- [Live VLM WebUI](nvidia/live-vlm-webui/)
|
2025-10-08 20:25:52 +00:00
|
|
|
- [LLaMA Factory](nvidia/llama-factory/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [Build and Deploy a Multi-Agent Chatbot](nvidia/multi-agent-chatbot/)
|
|
|
|
|
- [Multi-modal Inference](nvidia/multi-modal-inference/)
|
|
|
|
|
- [NCCL for Two Sparks](nvidia/nccl/)
|
2025-10-08 20:25:52 +00:00
|
|
|
- [Fine-tune with NeMo](nvidia/nemo-fine-tune/)
|
2025-12-18 00:18:05 +00:00
|
|
|
- [Nemotron-3-Nano with llama.cpp](nvidia/nemotron/)
|
2025-10-09 21:28:46 +00:00
|
|
|
- [NIM on Spark](nvidia/nim-llm/)
|
2025-10-09 15:38:30 +00:00
|
|
|
- [NVFP4 Quantization](nvidia/nvfp4-quantization/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [Ollama](nvidia/ollama/)
|
2025-10-09 15:38:30 +00:00
|
|
|
- [Open WebUI with Ollama](nvidia/open-webui/)
|
2026-01-02 22:21:53 +00:00
|
|
|
- [Portfolio Optimization](nvidia/portfolio-optimization/)
|
2025-10-28 14:35:31 +00:00
|
|
|
- [Fine-tune with Pytorch](nvidia/pytorch-fine-tune/)
|
|
|
|
|
- [RAG Application in AI Workbench](nvidia/rag-ai-workbench/)
|
2025-11-25 20:28:09 +00:00
|
|
|
- [SGLang Inference Server](nvidia/sglang/)
|
2026-01-02 22:21:53 +00:00
|
|
|
- [Single-cell RNA Sequencing](nvidia/single-cell/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [Speculative Decoding](nvidia/speculative-decoding/)
|
2025-10-28 14:35:31 +00:00
|
|
|
- [Set up Tailscale on Your Spark](nvidia/tailscale/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [TRT LLM for Inference](nvidia/trt-llm/)
|
2025-10-06 16:42:09 +00:00
|
|
|
- [Text to Knowledge Graph](nvidia/txt2kg/)
|
2025-10-03 20:46:11 +00:00
|
|
|
- [Unsloth on DGX Spark](nvidia/unsloth/)
|
2025-10-17 00:58:35 +00:00
|
|
|
- [Vibe Coding in VS Code](nvidia/vibe-coding/)
|
2025-12-11 20:20:28 +00:00
|
|
|
- [vLLM for Inference](nvidia/vllm/)
|
2025-10-13 13:22:50 +00:00
|
|
|
- [VS Code](nvidia/vscode/)
|
2025-10-18 21:28:42 +00:00
|
|
|
- [Build a Video Search and Summarization (VSS) Agent](nvidia/vss/)
|
2025-10-03 20:46:11 +00:00
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
2025-10-14 14:11:25 +00:00
|
|
|
- **Documentation**: https://www.nvidia.com/en-us/products/workstations/dgx-spark/
|
2025-10-03 20:46:11 +00:00
|
|
|
- **Developer Forum**: https://forums.developer.nvidia.com/c/accelerated-computing/dgx-spark-gb10
|
2025-10-14 14:11:25 +00:00
|
|
|
- **Terms of Service**: https://assets.ngc.nvidia.com/products/api-catalog/legal/NVIDIA%20API%20Trial%20Terms%20of%20Service.pdf
|
2025-10-03 20:46:11 +00:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
2025-10-14 14:11:25 +00:00
|
|
|
See:
|
2025-10-03 20:46:11 +00:00
|
|
|
- [LICENSE](LICENSE) for licensing information.
|
2025-10-14 14:11:25 +00:00
|
|
|
- [LICENSE-3rd-party](LICENSE-3rd-party) for third-party licensing information.
|