Robotics
Transformers
Safetensors
qwen2_5_vl
image-text-to-text
Physical AI
embodied-ai
multimodal-learning
text-generation-inference
Instructions to use X-Humanoid/Pelican1.0-VL-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use X-Humanoid/Pelican1.0-VL-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("X-Humanoid/Pelican1.0-VL-7B") model = AutoModelForImageTextToText.from_pretrained("X-Humanoid/Pelican1.0-VL-7B") - Notebooks
- Google Colab
- Kaggle
Possible corruption of weights
#2 opened 6 months ago
by
boydcheung
Could you provide a plain transformers infer script?
#1 opened 6 months ago
by
boydcheung