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