roubaofeipi
commited on
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
accelerate>=0.25.0
|
3 |
-
torch==2.0.1+cu118
|
4 |
-
torchvision==0.15.2+cu118
|
5 |
transformers>=4.30.0
|
6 |
numpy>=1.23.5
|
7 |
kornia>=0.7.0
|
|
|
|
|
8 |
insightface>=0.7.3
|
9 |
opencv-python>=4.8.1.78
|
10 |
tqdm>=4.66.1
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
accelerate>=0.25.0
|
|
|
|
|
3 |
transformers>=4.30.0
|
4 |
numpy>=1.23.5
|
5 |
kornia>=0.7.0
|
6 |
+
torch==2.0.1+cu118
|
7 |
+
torchvision==0.15.2+cu118
|
8 |
insightface>=0.7.3
|
9 |
opencv-python>=4.8.1.78
|
10 |
tqdm>=4.66.1
|