Skip to content
13 changes: 8 additions & 5 deletions _get_started/previous-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 -c pytorch
##### Linux and Windows

```
# CUDA 11.1
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.1 -c pytorch

# CUDA 10.2
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.3 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cpuonly -c pytorch
```
Expand Down Expand Up @@ -85,11 +85,14 @@ conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 -c pytorch
##### Linux and Windows

```
# CUDA 11.1
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.1 -c pytorch

# CUDA 10.2
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.3 -c pytorch -c conda-forge
# CUDA 10.1
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.1 -c pytorch

# CPU Only
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cpuonly -c pytorch
Expand Down
2 changes: 1 addition & 1 deletion _includes/mobile_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</li>

<li class="{% if current[1] == 'torchvision' %}active{% endif %}">
<a href="{{ site.baseurl }}/docs/stable/torchvision">torchvision</a>
<a href="{{ site.baseurl }}/vision">torchvision</a>
</li>

<li class="{% if current[1] == 'hub' %}active{% endif %}">
Expand Down