--- base_model: - mistralai/Mistral-7B-v0.1 tags: - mlx --- # mistral7b-v0.1-4bit-mlx-lora-wikisql This model was converted to MLX format from [`Hinova/mistral-7B-v0.1-4bit-mlx`](). Refer to the [original model card](https://huggingface.co/Hinova/mistral-7B-v0.1-4bit-mlx) for more details on the model. ## Use with mlx ```bash pip install mlx git clone https://github.com/ml-explore/mlx-examples.git cd mlx-examples/llms/hf_llm python generate.py --model Hinova/mistral7b-v0.1-4bit-mlx-lora-wikisql --prompt "My name is" ```