sosoai/hansoldeco-mistral-instruct-v0.3.
Refer to the original model card for more details on the model.pip install mlx-lm1from mlx_lm import load, generate
2
3model, tokenizer = load("sosoai/hansoldeco-mlx-mistral-instruct-0.2v")
4response = generate(model, tokenizer, prompt="hello", verbose=True)