1 parent 601bc45 commit 9e6b081Copy full SHA for 9e6b081
1 file changed
s1_development_environment/deep_learning_software.md
@@ -107,7 +107,7 @@ Here are some general installation commands for Pytorch:
107
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu126
108
```
109
110
- If you want this to be part of your `requirements.txt` file, it needs to looks something like this:
+ If you want this to be part of your `requirements.txt` file, it needs to look something like this:
111
112
```txt
113
--index-url https://download.pytorch.org/whl/cu126
0 commit comments