Google Gemma2
Collection
24 items
•
Updated
•
12
The Model mlx-community/gemma-2-2b-it-fp16 was converted to MLX format from google/gemma-2-2b-it using mlx-lm version 0.16.1.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("mlx-community/gemma-2-2b-it-fp16")
response = generate(model, tokenizer, prompt="hello", verbose=True)