From 3e6e18d376cc5a7097d6fc6c616555e2af01130b Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Tue, 11 Aug 2020 17:50:25 -0700 Subject: [PATCH] Fix typo In PyTorch tutorial, `torch` should be installed rather than `torchaudio` --- recipes_source/recipes/what_is_state_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/recipes/what_is_state_dict.py b/recipes_source/recipes/what_is_state_dict.py index 8e718e9071e..5e7f259fd7b 100644 --- a/recipes_source/recipes/what_is_state_dict.py +++ b/recipes_source/recipes/what_is_state_dict.py @@ -28,7 +28,7 @@ :: - pip install torchaudio + pip install torch """