Instructions to use apple/FastVLM-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/FastVLM-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/FastVLM-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Remove redundant license fields from metadata
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: apple-amlr
|
| 3 |
-
license_name: apple-ascl
|
| 4 |
-
license_link: https://github.com/apple/ml-fastvlm/blob/main/LICENSE_MODEL
|
| 5 |
library_name: ml-fastvlm
|
| 6 |
tags:
|
| 7 |
- transformers
|
|
|
|
| 1 |
---
|
| 2 |
license: apple-amlr
|
|
|
|
|
|
|
| 3 |
library_name: ml-fastvlm
|
| 4 |
tags:
|
| 5 |
- transformers
|