--- base_model: alibayram/magibu-11b library_name: transformers model_name: magibu-11b tags: - generated_from_trainer - unsloth - sft - trl - mlx - mlx licence: license --- # alibayram/magibu-11b-v8-mlx This model was converted to MLX format from [`alibayram/magibu-11b-v8-mlx`]() using mlx-vlm version **0.3.11**. Refer to the [original model card](https://huggingface.co/alibayram/magibu-11b-v8-mlx) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model alibayram/magibu-11b-v8-mlx --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```