Views
No views yet
BSC-LT/salamandra-7b-instruct,
converted for use on Apple Silicon via mlx-lm.BSC-LT/salamandra-7b-instructmlx-lm 0.31.3mlx_lm.convert)1from mlx_lm import load, generate
2
3model, tokenizer = load("luiscalisto/Salamandra-7B-Instruct-MLX-4bit")
4prompt = "Hello, who are you?"
5print(generate(model, tokenizer, prompt=prompt, max_tokens=128, verbose=False))BSC-LT/salamandra-7b-instruct. The original model and
its license terms (apache-2.0) carry through unchanged. Please cite the
upstream authors when using this model. See the source repository for the
authoritative model card and citation.llm-mlx-conversions,
a small utility for publishing community MLX 4-bit quants of open-weight LLMs.