Instructions to use LiAuto-DSR/avavla-calvin-abc2d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LiAuto-DSR/avavla-calvin-abc2d with Transformers:
# Load model directly from transformers import AutoModelForVision2Seq model = AutoModelForVision2Seq.from_pretrained("LiAuto-DSR/avavla-calvin-abc2d", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
0d7f708 | 1 2 3 4 5 6 7 | {
"auto_map": {
"AutoProcessor": "processing_prismatic.PrismaticProcessor"
},
"processor_class": "PrismaticProcessor"
}
|