mlx-community/NVIDIA-Nemotron-Nano-9B-v2-4bits
This model mlx-community/NVIDIA-Nemotron-Nano-9B-v2-4bits was converted to MLX format from nvidia/NVIDIA-Nemotron-Nano-9B-v2 using mlx-lm version 0.26.3.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/NVIDIA-Nemotron-Nano-9B-v2-4bits")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 866
Model tree for mlx-community/NVIDIA-Nemotron-Nano-9B-v2-4bits
Base model
nvidia/NVIDIA-Nemotron-Nano-12B-v2-Base
Finetuned
nvidia/NVIDIA-Nemotron-Nano-12B-v2
Finetuned
nvidia/NVIDIA-Nemotron-Nano-9B-v2