How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="xCloudinfo/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF

云碩科技 · xCloudinfo · 系列:社群量化 · Community GGUF

nvidia/NVIDIA-Nemotron-3-Nano-30B-A3BGGUF(llama.cpp / Ollama) 量化版本(30B 總參、A3B≈3B 活躍 MoE),供地端部署。

各量化等級見 Files 分頁。

用法

llama-server -m NVIDIA-Nemotron-3-Nano-30B-A3B-<quant>.gguf -c 4096 -ngl 99

授權與來源聲明

  • 基底nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B
  • 授權依 NVIDIA Open Model License(原作者條款);使用須遵守該授權與適用法律。
  • 模型本體與能力屬 NVIDIA;本 repo 僅提供重新量化之 GGUF。

由 云碩科技 xCloudinfo 重新量化、散布。

Downloads last month
431
GGUF
Model size
32B params
Architecture
nemotron_h_moe
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for xCloudinfo/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF

Quantized
(55)
this model

Collection including xCloudinfo/NVIDIA-Nemotron-3-Nano-30B-A3B-GGUF