base_model, library_name, license, license_name, license_link, tags
base_model library_name license license_name license_link tags
nvidia/Mistral-NeMo-Minitron-8B-Base
transformers other nvidia-community-model-license https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-community-models-license/
mlx

mlx-community/Mistral-NeMo-Minitron-8B-Instruct

The Model mlx-community/Mistral-NeMo-Minitron-8B-Instruct was converted to MLX format from nvidia/Mistral-NeMo-Minitron-8B-Instruct 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/Mistral-NeMo-Minitron-8B-Instruct")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Description
Model synced from source: mlx-community/Mistral-NeMo-Minitron-8B-Instruct
Readme 2.8 MiB