Views
No views yet
Vikhrmodels/Vikhr-7B-instruct_0.2 using mlx-lm version 0.6.0.
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("mlx-community/Vikhr-7B-instruct_0.2-4bit")
4response = generate(model, tokenizer, prompt="Привет", verbose=True)