Robotics
Transformers
Safetensors
molmoact2
image-text-to-text
so100
so101
custom_code
8-bit precision
Instructions to use OpenRAL/rskill-molmoact2-so101-nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenRAL/rskill-molmoact2-so101-nf4 with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("OpenRAL/rskill-molmoact2-so101-nf4", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 116 Bytes
e01c114 | 1 2 3 4 5 6 7 | {
"bos_token_id": 151645,
"eos_token_id": 151645,
"pad_token_id": 151643,
"transformers_version": "5.3.0"
}
|