Skip to content

Commit

Permalink
You still need torch
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Sep 27, 2024
1 parent 3a5fec9 commit e54f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ There are three ways to setup **`OmniGibson`**, all built upon different ways of
2. Create a conda environment with Python version **`3.10`**:

```shell
conda create -n omnigibson python=3.10
conda create -n omnigibson python=3.10 pytorch torchvision torchaudio pytorch-cuda=12.1 numpy<2 -c pytorch -c nvidia
conda activate omnigibson
```

Expand Down

0 comments on commit e54f276

Please sign in to comment.