Support for CUDA
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
1 |
requests
|
2 |
bs4
|
3 |
pandas
|
4 |
-
torch
|
5 |
tqdm
|
6 |
seaborn
|
7 |
matplotlib
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
requests
|
4 |
bs4
|
5 |
pandas
|
|
|
6 |
tqdm
|
7 |
seaborn
|
8 |
matplotlib
|