MLX
Safetensors
nemotron
llllvvuu's picture
107d81b270ba9e498ec5f59cdc66515b4a7a599f0917a8f8e2c8bf175c5984c2
4286334 verified
|
raw
history blame
711 Bytes
metadata
license: other
license_name: nvidia-open-model-license
license_link: >-
  https://developer.download.nvidia.com/licenses/nvidia-open-model-license-agreement-june-2024.pdf
tags:
  - mlx

mlx-community/Minitron-4B-Base-4bit

The Model mlx-community/Minitron-4B-Base-4bit was converted to MLX format from nvidia/Minitron-4B-Base using mlx-lm version 0.17.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("mlx-community/Minitron-4B-Base-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)