teknium/OpenHermes-2.5
Viewer • Updated • 1M • 21.8k • 892
How to use mlx-community/Dolphin-2.9.3-Mistral-Nemo-12b-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Dolphin-2.9.3-Mistral-Nemo-12b-8bit mlx-community/Dolphin-2.9.3-Mistral-Nemo-12b-8bit
The Model mlx-community/Dolphin-2.9.3-mistral-nemo-12b-8bit was converted to MLX format from cognitivecomputations/dolphin-2.9.3-mistral-nemo-12b using mlx-lm version 0.16.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Dolphin-2.9.3-mistral-nemo-12b-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized
Base model
mistralai/Mistral-Nemo-Base-2407