Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The toolbox supports the most advanced high-quality navigation dataset, InternDa
## 🔥 News
| Time | Update |
|---------|--------|
| 2025/12 | InternNav v0.3.0 released. |
| 2025/12 | We introduce Interactive Instance Goal Navigation (IIGN) and release VL-LN Bench to enable InternVLA-N1 to solve this task, with large-scale dialog-trajectory collection plus training and evaluation support. See [our website](https://0309hws.github.io/VL-LN.github.io/) for details.|
| 2025/12 | Training code for InternVLA-N1 is now available. This release provides two model configurations: InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> with NavDP*</span> and InternVLA-N1 (Dual System)<span style="color: #28a745; font-size: 0.9em"> DualVLN </span>. For model architecture and training details, please refer to the [DualVLN paper](https://arxiv.org/abs/2512.08186).|
| 2025/11 | InternNav v0.2.0 released — added distributed evaluation support for VLN-PE.|
| 2025/10 | Add a [inference-only demo](scripts/notebooks/inference_only_demo.ipynb) of InternVLA-N1. |
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_readme(readme: str) -> str:

setuptools.setup(
name='internnav',
version='0.2.0',
version='0.3.0',
packages=setuptools.find_packages(),
author='Intern Robotics',
author_email='embodiedai@pjlab.org.cn',
Expand All @@ -78,11 +78,6 @@ def parse_readme(readme: str) -> str:
# envs
"isaac": isaac_requires,
"habitat": habitat_requires,
"demo": [
"gradio==5.45",
"hf-xet==1.1.5",
"huggingface-hub==0.33.4",
],
# models
"internvla_n1": n1_requires,
"baseline": model_requires,
Expand Down