--- license: apache-2.0 tags: - generated_from_trainer - mlx base_model: mistralai/Mistral-7B-v0.1 model-index: - name: zephyr-7b-sft-lora results: [] --- # zephyr-7b-sft-lora-fused-mlx This model was converted to MLX format from [`nminnie/zephyr-7b-sft-lora`](). Refer to the [original model card](https://huggingface.co/nminnie/zephyr-7b-sft-lora) 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 mlx-community/zephyr-7b-sft-lora-fused-mlx --prompt "My name is" ```