Image-to-Image
MLX
Safetensors
English
Chinese
qwen2_5_vl
apple-silicon
lance
bytedance
multimodal
text-to-image
image-editing
vqa
qwen2.5-vl
quantized
8-bit precision
Instructions to use mlx-community/Lance-3B-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Lance-3B-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Lance-3B-8bit mlx-community/Lance-3B-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 394 Bytes
1d5963d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"source_dir": "/Volumes/DEV_VOL1/VideoResearch/lance-mlx-models/Lance-3B-bf16",
"bits": 8,
"group_size": 64,
"mode": "affine",
"bf16_bytes": 12371046496,
"quantized_bytes": 6585364576,
"compression_ratio": 0.5323207360128573,
"n_tensors_bf16": 1021,
"n_tensors_quant": 2033,
"skip_patterns": [
"time_embedder.proj_in",
"time_embedder.proj_out",
"llm2vae"
]
} |