Skip to content

Commit fa7cff7

Browse files
authored
Fix typo (#1118)
In PyTorch tutorial, `torch` should be installed rather than `torchaudio`
1 parent 78e91c5 commit fa7cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/what_is_state_dict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
::
3030
31-
pip install torchaudio
31+
pip install torch
3232
3333
"""
3434

0 commit comments

Comments
 (0)