Instructions to use InternRobotics/VLN-PE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/VLN-PE with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("InternRobotics/VLN-PE", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create a meta.yaml to track download counts
#4
by kew1046 - opened
No description provided.
kew1046 changed pull request status to merged