Skip to content

Commit ca82a9a

Browse files
committed
[Feat] update internnav docs about inference only demo
1 parent 236265e commit ca82a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/en/user_guide/internnav/quick_start/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Installation Guide
1515

16-
😄 Don’t worry — both [Quick Installation](#quick-installation) and [Dataset Preparation](#dataset-preparation) are beginner-friendly. Technical report of InternVLA-N1 is available at [page](https://internrobotics.github.io/internvla-n1.github.io/).
16+
This page provides detailed guidance on simulation environment setup and quantitative model evaluation. If you want to reproduce the results of the [technical report](https://internrobotics.github.io/internvla-n1.github.io/), you should follow this page. Howerver, for inference-only usage, such as deploying InternVLA-N1 in your own robot or self-built dataset, you could follow this simpler [guideline](https://github.com/InternRobotics/InternNav/blob/main/scripts/eval/inference_only_demo.ipynb) to setup the environment and run inference with the model.
1717

1818
## Prerequisites
1919

@@ -359,7 +359,7 @@ InternNav/
359359
```
360360
### Gradio demo
361361

362-
Currently the gradio demo is only available in **habitat** environment. Replace the 'model_path' variable in 'vln_ray_backend.py' with the path of InternVLA-N1 checkpoint.
362+
Currently the gradio demo is only available in **habitat** environment. Replace the 'model_path' variable in 'vln_gradio_backend.py' with the path of InternVLA-N1 checkpoint.
363363
```bash
364364
conda activate <habitat-env>
365365
python3 scripts/eval/vln_gradio_backend.py

0 commit comments

Comments
 (0)