Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • View All Playbooks
    View All Playbooks

    onboarding

    • Set Up Local Network Access
    • Open WebUI with Ollama

    data science

    • Single-cell RNA Sequencing
    • Portfolio Optimization
    • CUDA-X Data Science
    • Build Knowledge Graphs with txt2kg
    • Optimized JAX

    tools

    • DGX Dashboard
    • RAG Application in AI Workbench
    • Set up Tailscale on Your Spark
    • VS Code
    • Connect Three DGX Spark in a Ring Topology
    • Connect Multiple DGX Spark through a Switch

    fine tuning

    • FLUX.1 Dreambooth LoRA Fine-tuning
    • LLaMA Factory
    • Fine-tune with NeMo
    • Fine-tune with Pytorch
    • Unsloth on DGX Spark

    use case

    • Run Hermes Agent with a Local LLM
    • cuTile Kernels
    • CLI Coding Agent
    • Run NemoClaw with a Local LLM
    • 🦞 Set Up Example NemoClaw Agents 🦞
    • Live VLM WebUI
    • Install and Use Isaac Sim and Isaac Lab
    • Vibe Coding in VS Code
    • Build and Deploy a Multi-Agent Chatbot
    • Connect Two Sparks
    • NCCL for Multiple Sparks
    • Build a Video Search and Summarization (VSS) Agent
    • Spark & Reachy Photo Booth
    • Secure AI Agents with OpenShell
    • Run OpenClaw with a Local LLM

    inference

    • Generate Images and Videos with ComfyUI
    • Serve LLMs with vLLM
    • Speculative Decoding
    • Run models with llama.cpp on DGX Spark
    • Nemotron Model Family on DGX Spark
    • Serve LLMs with SGLang
    • TRT LLM for Inference
    • Quantize Models to NVFP4 with NVIDIA Model Optimizer
    • Multi-modal Inference
    • NIM on Spark
    • LM Studio on DGX Spark

    LM Studio on DGX Spark

    30 MIN

    Deploy LM Studio and serve LLMs on a Spark device; use LM Link to access models remotely.

    • Inference
    • LM Link
    • LM Studio
    • llmster
    View on GitHub
    OverviewOverviewInstructionsInstructionsTroubleshootingTroubleshooting

    Basic idea

    LM Studio is an application for discovering, running, and serving large language models entirely on your own hardware. You can run local LLMs like gpt-oss, Qwen3, Gemma3, DeepSeek, and many more models privately and for free.

    This playbook shows you how to deploy LM Studio on an NVIDIA DGX Spark device to run LLMs locally with GPU acceleration. Running LM Studio on DGX Spark enables Spark to act as your own private, high-performance LLM server.

    LM Link (optional) lets you use your Spark’s models from another machine as if they were local. You can link your DGX Spark and your laptop (or other devices) over an end-to-end encrypted connection, so you can load and run models on the Spark from your laptop without being on the same LAN or opening network access. See LM Link and Step 3b in the Instructions.

    What you'll accomplish

    You'll deploy LM Studio on an NVIDIA DGX Spark device to run Nemotron 3 Nano Omni (nvidia/nemotron-3-nano-omni), and use the model from your laptop. More specifically, you will:

    • Install llmster, a totally headless, terminal native LM Studio on the Spark
    • Run LLM inference locally on DGX Spark via API
    • Interact with models from your laptop using the LM Studio SDK
    • Optionally use LM Link to connect Spark and laptop over an encrypted link so remote models appear as local (no same-network or bind setup required)

    What to know before starting

    • Set Up Local Network Access to your DGX Spark device
    • Working with terminal/command line interfaces
    • Understanding of REST API concepts

    Prerequisites

    Hardware Requirements:

    • DGX Spark device with ARM64 processor and Blackwell GPU architecture
    • Minimum 65GB GPU memory, 70GB or above is recommended
    • At least 65GB available storage space, 70GB or above is recommended

    Software Requirements:

    • NVIDIA DGX OS
    • Client device (Mac, Windows, or Linux)
    • Laptop and DGX Spark must be on the same local network
    • Network access to download packages and models

    Model support matrix

    To explore all supported models in LM Studio, check out LM Studio model catalog page.

    ModelSupport StatusModel Path
    Nemotron 3 Nano Omni✅nvidia/nemotron-3-nano-omni
    Qwen3.6-35B-A3B✅qwen/qwen3.6-35b-a3b
    GPT-OSS-120B✅openai/gpt-oss-120b

    LM Link (optional)

    LM Link lets you use your local models remotely. You link machines (e.g. your DGX Spark and your laptop), then load models on the Spark and use them from the laptop as if they were local.

    • End-to-end encrypted — Built on Tailscale mesh VPNs; devices are not exposed to the public internet.
    • Works with the local server — Any tool that connects to LM Studio’s local API (e.g. localhost:1234) can use models from your Link, including Codex, Claude Code, OpenCode, and the LM Studio SDK.
    • Preview — Free for up to 2 users, 5 devices each (10 devices total). Create your Link at lmstudio.ai/link.

    If you use LM Link, you can skip binding the server to 0.0.0.0 and using the Spark’s IP; once devices are linked, point your laptop at localhost:1234 and remote models appear in the model loader.

    Ancillary files

    All required assets can be found below. These sample scripts can be used in Step 7 of Instructions.

    • run.js - JavaScript script for sending a test prompt to Spark
    • run.py - Python script for sending a test prompt to Spark
    • run.sh - Bash script for sending a test prompt to Spark

    Time & risk

    • Estimated time: 15-30 minutes (including model download time, which may vary depending on your internet connection and the model size)
    • Risk level: Low
      • Large model downloads may take significant time depending on network speed
    • Rollback:
      • Downloaded models can be removed manually from the models directory.
      • Uninstall LM Studio or llmster
    • Last Updated: 04/28/2026
      • Introduce Nemotron Omni as example

    Resources

    • LM Studio Documentation
    • LM Link (use local models remotely)
    • DGX Spark Documentation
    • DGX Spark Forum
    • LM Studio Discord
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation