Prem
Collection
Finetunes and Quantizations of the Prem LLMs
•
11 items
•
Updated
•
2
This model was converted to MLX format from premai-io/prem-1B-chat
.
Refer to the original model card for more details on the model.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("ucalyptus/prem-1B-chat-MLX")
response = generate(model, tokenizer, prompt="hello", verbose=True)