Instructions to use ekryski/FastVLM-0.5B-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ekryski/FastVLM-0.5B-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir FastVLM-0.5B-4bit ekryski/FastVLM-0.5B-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 124 Bytes
7f63d2d | 1 2 3 4 5 6 7 | {
"auto_map": {
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
},
"processor_class": "FastVLMProcessor"
}
|