Instructions to use TIGER-Lab/Vamba-Qwen2-VL-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TIGER-Lab/Vamba-Qwen2-VL-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("TIGER-Lab/Vamba-Qwen2-VL-7B") model = AutoModelForMultimodalLM.from_pretrained("TIGER-Lab/Vamba-Qwen2-VL-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add library name tag to model card
#1
by nielsr HF Staff - opened
This PR adds the library_name: transformers tag to the model card. This ensures the "How to use" section is displayed correctly on the Hugging Face model page, providing users with readily available code examples.
wenhu changed pull request status to merged