Skip to content

Commit e81c1c7

Browse files
authored
spelling mistakes improvement (#504)
1 parent 9e6b081 commit e81c1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s1_development_environment/deep_learning_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pip install torch
7777

7878
in a new virtual environment, this will result in a disk usage of around 6.6 GB! This is not a problem if you have to
7979
do it one time, but what you will experience throughout this course you will end up downloading and installing your
80-
project dependencies over and over again for different reasons (new virtual environments, containers, continues
80+
project dependencies over and over again for different reasons (new virtual environments, containers, continuous
8181
integration systems etc.). For this reason, it is worth considering how you install Pytorch.
8282

8383
When naively installing Pytorch, you will fetch whatever build is available on PyPI which is most likely a GPU enabled

0 commit comments

Comments
 (0)