Instructions to use physical-intelligence/fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use physical-intelligence/fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("physical-intelligence/fast", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
-
- robotics
|
| 6 |
- tokenizer
|
| 7 |
-
pipeline_tag:
|
| 8 |
---
|
| 9 |
|
| 10 |
# FAST: Efficient Action Tokenization for Vision-Language-Action Models
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
|
|
|
| 5 |
- tokenizer
|
| 6 |
+
pipeline_tag: robotics
|
| 7 |
---
|
| 8 |
|
| 9 |
# FAST: Efficient Action Tokenization for Vision-Language-Action Models
|