Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 67dd77d

Browse files
authored
Install torch not torch vision (pytorch#1153)
Small update to recipe that instructs users to install `torch` not `torchaudio`
1 parent 1332f87 commit 67dd77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/defining_a_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
::
2828
29-
pip install torchaudio
29+
pip install torch
3030
3131
3232
"""

0 commit comments

Comments
 (0)