argilla/distilabel-capybara-dpo-7k-binarized
Viewer • Updated • 7.56k • 8.26k • 184
How to use mlx-community/zephyr-orpo-141b-A35b-v0.1-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir zephyr-orpo-141b-A35b-v0.1-4bit mlx-community/zephyr-orpo-141b-A35b-v0.1-4bit
This model was converted to MLX format from HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1.
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/zephyr-orpo-141b-A35b-v0.1-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized
Base model
mistral-community/Mixtral-8x22B-v0.1