Robotics
Transformers
PyTorch
English
Korean
mobile_vla
vision-language-action
mobile-robot
kosmos-2b
obstacle-avoidance
Instructions to use minium/mobile-vla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minium/mobile-vla with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("minium/mobile-vla", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.3.0
|
| 2 |
+
transformers>=4.41.2
|
| 3 |
+
pillow>=8.0.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
h5py>=3.0.0
|
| 6 |
+
scikit-learn>=1.0.0
|
| 7 |
+
matplotlib>=3.5.0
|