Downloads · 30 days
57
10% of all-time downloads
mlx-community/granite-34b-code-base-4bit
granite-34b-code-base-4bit 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 transformers. The card lists the license as apache-2.0.
The Model mlx-community/granite-34b-code-base-4bit was converted to MLX format from ibm-granite/granite-34b-code-base using mlx-lm version 0.13.0.
Downloads · 30 days
57
10% of all-time downloads
All-time downloads
568
Public
Parameters
33.7B
19 GB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors19 GB · 100%
How the weights are stored.
U3233.7B · 100%
From the Hugging Face model README
The Model mlx-community/granite-34b-code-base-4bit was converted to MLX format from ibm-granite/granite-34b-code-base using mlx-lm version 0.13.0.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/granite-34b-code-base-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)