Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nvidia
/
NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4

Text Generation
Transformers
Safetensors
PyTorch
nemotron_h_puzzle
nvidia
nemotron-3
latent-moe
mtp
conversational
custom_code
8-bit precision
modelopt
Model card Files Files and versions
xet
Community
3

Instructions to use nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4", trust_remote_code=True)
    messages = [
        {"role": "user", "content": "Who are you?"},
    ]
    pipe(messages)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker
    docker model run hf.co/nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4
  • SGLang

    How to use nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
  • Docker Model Runner

    How to use nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 with Docker Model Runner:

    docker model run hf.co/nvidia/NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4
NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4
53.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
tomer-nv's picture
tomer-nv
Add SPDX headers
f064990 verified 9 days ago
  • .gitattributes
    1.64 kB
    Add tokenizer files 12 days ago
  • LICENSE
    15.2 kB
    Add license 9 days ago
  • chat_template.jinja
    10.8 kB
    Add tokenizer files 12 days ago
  • config.json
    7.42 MB
    Add model config 11 days ago
  • configuration_nemotron_h.py
    19.8 kB
    Add model code and generation config 11 days ago
  • configuration_nemotron_h_puzzle.py
    6.09 kB
    Add SPDX headers 9 days ago
  • generation_config.json
    210 Bytes
    Add model code and generation config 11 days ago
  • model-00001-of-00005.safetensors
    10 GB
    xet
    Upload weight files 12 days ago
  • model-00002-of-00005.safetensors
    10 GB
    xet
    Upload weight files 12 days ago
  • model-00003-of-00005.safetensors
    10 GB
    xet
    Upload weight files 12 days ago
  • model-00004-of-00005.safetensors
    10 GB
    xet
    Upload weight files 12 days ago
  • model-00005-of-00005.safetensors
    7.6 GB
    xet
    Upload weight files 12 days ago
  • model.safetensors.index.json
    16.6 MB
    xet
    Upload weight files 12 days ago
  • modeling_nemotron_h.py
    82.3 kB
    Add model code and generation config 11 days ago
  • modeling_nemotron_h_puzzle.py
    1.51 kB
    Add SPDX headers 9 days ago
  • mtp.safetensors
    5.88 GB
    xet
    Upload weight files 12 days ago
  • special_tokens_map.json
    563 Bytes
    Add tokenizer files 12 days ago
  • tokenizer.json
    17.1 MB
    xet
    Add tokenizer files 12 days ago
  • tokenizer_config.json
    177 kB
    Add tokenizer files 12 days ago