Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-i https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
|
|
|
|
3 |
numba
|
4 |
numpy
|
5 |
tqdm
|
|
|
1 |
-i https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
numba
|
6 |
numpy
|
7 |
tqdm
|