mlx-community/deepseek-vl2-tiny-3bit
033
1---2license: other3license_name: deepseek4license_link: https://github.com/deepseek-ai/DeepSeek-LLM/blob/HEAD/LICENSE-MODEL5pipeline_tag: image-text-to-text6library_name: transformers7tags:8- mlx9---10 11# mlx-community/deepseek-vl2-tiny-3bit12This model was converted to MLX format from [`prince-canuma/deepseek-vl2-tiny`]() using mlx-vlm version **0.1.5**.13Refer to the [original model card](https://huggingface.co/prince-canuma/deepseek-vl2-tiny) for more details on the model.14## Use with mlx15 16```bash17pip install -U mlx-vlm18```19 20```bash21python -m mlx_vlm.generate --model mlx-community/deepseek-vl2-tiny-3bit --max-tokens 100 --temp 0.022```23 