teknium/OpenHermes-2.5
Viewer • Updated • 1M • 16.9k • 847
How to use mlx-community/mixtral-8x22b-instruct-oh-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir mixtral-8x22b-instruct-oh-4bit mlx-community/mixtral-8x22b-instruct-oh-4bit
This model was converted to MLX format from fireworks-ai/mixtral-8x22b-instruct-oh using mlx-lm version 0.9.0.
Model added by Prince Canuma.
Refer to the original model card for more details on the model.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/mixtral-8x22b-instruct-oh-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized
Base model
mistral-community/Mixtral-8x22B-v0.1