1 parent 9e6b081 commit e81c1c7Copy full SHA for e81c1c7
1 file changed
s1_development_environment/deep_learning_software.md
@@ -77,7 +77,7 @@ pip install torch
77
78
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
79
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
+project dependencies over and over again for different reasons (new virtual environments, containers, continuous
81
integration systems etc.). For this reason, it is worth considering how you install Pytorch.
82
83
When naively installing Pytorch, you will fetch whatever build is available on PyPI which is most likely a GPU enabled
0 commit comments