Models converted to run with MLX • 225 items • Updated • 5
alexgusevski/Lucie-7B-q4-mlx
The Model alexgusevski/Lucie-7B-q4-mlx was converted to MLX format from OpenLLM-France/Lucie-7B using mlx-lm version 0.21.4.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("alexgusevski/Lucie-7B-q4-mlx")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 6
Safetensors
Model size
1B params
Tensor type
F16
·
U32 ·
MLX
Hardware compatibility
Log In to add your hardware
4-bit
Model tree for alexgusevski/Lucie-7B-q4-mlx
Base model
OpenLLM-France/Lucie-7B