Downloads · 30 days
48
7% of all-time downloads
mlx-community/Qwen2-Math-72B-Instruct-8bit
Qwen2-Math-72B-Instruct-8bit is a text generation model from mlx-community. Use it when you need the model to write or continue text. It is set up for mlx. The card lists the license as other.
The Model mlx-community/Qwen2-Math-72B-Instruct-8bit was converted to MLX format from Qwen/Qwen2-Math-72B-Instruct using mlx-lm version 0.16.1.
Downloads · 30 days
48
7% of all-time downloads
All-time downloads
692
Public
Parameters
72.7B
77.3 GB on disk
Likes
2
Public
Click a slice to open those files.
.safetensors77.3 GB · 100%
How the weights are stored.
U3272.7B · 100%
From the Hugging Face model README
The Model mlx-community/Qwen2-Math-72B-Instruct-8bit was converted to MLX format from Qwen/Qwen2-Math-72B-Instruct using mlx-lm version 0.16.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/Qwen2-Math-72B-Instruct-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)