We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36122fd commit 97478f3Copy full SHA for 97478f3
source/en/user_guide/internnav/quick_start/installation.md
@@ -271,7 +271,7 @@ pip install -e habitat-baselines # install habitat_baselines
271
```
272
Install pytorch and other requirements:
273
```bash
274
-pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
275
pip install -r requirements/habitat_requirements.txt
276
277
0 commit comments