NVIDIA DGX Spark

These videos cover configuration, use and thoughts around the NVIDIA DGX Spark platform

5 videos

Building a GraphRAG App: Concepts, Code, and Demo 18:10

Building a GraphRAG App: Concepts, Code, and Demo

This video walks through the concepts and implementation of GraphRAG, a method that enhances language model retrieval by incorporating graph databases. Viewers will learn how to build a full-stack GraphRAG application, including setting up the backend, integrating a graph database, and connecting it with an LLM for a more accurate and explainable AI experience.

Nov 27, 20252,767 views
Vectorizing Images with LLMs [Full Stack Deep Dive] 13:04

Vectorizing Images with LLMs [Full Stack Deep Dive]

This video walks through building a complete end-to-end image vectorization and similarity search system using modern AI tools, including multimodal language models and GPU-powered infrastructure. You'll learn how to generate image embeddings with an OpenAI model, store vectors efficiently with ChromaDB, and set up LLM microservices for semantic search, culminating in a live demo of the final solution.

Nov 20, 20251,442 views
From Text to SQL: Fine-Tuning Phi-4-Mini-Instruct with LoRA and PyTorch (Deep Dive) 37:19

From Text to SQL: Fine-Tuning Phi-4-Mini-Instruct with LoRA and PyTorch (Deep Dive)

This video walks through the full workflow of fine-tuning the Phi-4-Mini-Instruct model using LoRA and PyTorch, covering how to code a fine-tuning script, format custom training data, run fine-tuning jobs in a Docker container, merge fine-tuned adapters, quantize the model for efficient local device operation, and test the fine-tuned model. Viewers will gain hands-on experience with these techniques applicable to any CUDA-based environment.

Nov 09, 20251,005 views
Running OpenAI’s GPT-OSS-20B Locally with Open WebUI (Full Setup Guide) 5:10

Running OpenAI’s GPT-OSS-20B Locally with Open WebUI (Full Setup Guide)

This video walks through the process of setting up OpenAI’s GPT-OSS-20B locally using Docker and Open WebUI, allowing viewers to experiment with a large language model on their own hardware. You'll learn how to create a Docker container, set up NVIDIA Sync for remote access, and run the model on various types of machines, including desktop-class systems like the NVIDIA DGX Spark.

Nov 03, 20256,302 views