glaiveai/glaive-function-calling-v2
Viewer • Updated • 113k • 65.9k • 508
How to use voxmenthe/airoboros-34b-3.3-mlx-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir airoboros-34b-3.3-mlx-4bit voxmenthe/airoboros-34b-3.3-mlx-4bit
This model was converted to MLX format from jondurbin/airoboros-34b-3.3 using mlx-lm version 0.6.0.
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("voxmenthe/airoboros-34b-3.3-mlx-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Quantized