Robotics
Transformers
Safetensors
qwen2_5_vl
image-text-to-text
text-generation-inference
compressed-tensors
Instructions to use BAAI/RoboBrain2.0-7B-W8A16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/RoboBrain2.0-7B-W8A16 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("BAAI/RoboBrain2.0-7B-W8A16") model = AutoModelForImageTextToText.from_pretrained("BAAI/RoboBrain2.0-7B-W8A16") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag to `image-text-to-text` and add `robotics` tag
#1 opened 11 months ago
by
nielsr