Downloads · 30 days
37
6% of all-time downloads
mlx-community/granite-3b-code-base-8bit
granite-3b-code-base-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 transformers. The card lists the license as apache-2.0.
The Model mlx-community/granite-3b-code-base-8bit was converted to MLX format from ibm-granite/granite-3b-code-base using mlx-lm version 0.12.0.
Downloads · 30 days
37
6% of all-time downloads
All-time downloads
642
Public
Parameters
3.5B
3.7 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors3.7 GB · 100%
How the weights are stored.
U323.5B · 100%
From the Hugging Face model README
The Model mlx-community/granite-3b-code-base-8bit was converted to MLX format from ibm-granite/granite-3b-code-base using mlx-lm version 0.12.0.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/granite-3b-code-base-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)