schroneko's picture
fb21fc88a476f247eb36741dae2678c722bfe6e889523502fce6bb31d22e6950
fa7a5b8 verified
|
raw
history blame
865 Bytes
metadata
base_model:
  - nvidia/Mistral-NeMo-Minitron-8B-Base
library_name: transformers
license: other
license_name: nvidia-community-model-license
license_link: >-
  https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-community-models-license/
tags:
  - 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)