Skip to content

Commit 62d0866

Browse files
author
J. Randall Hunt
authored
Install torch not torch vision
Small update to recipe that instructs users to install `torch` not `torchaudio`
1 parent 4a70101 commit 62d0866

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)