Spaces:
Paused
Paused
Update requirement.txt
Browse files- requirement.txt +1 -2
requirement.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch==1.12.1
|
3 |
torchvision==0.13.1
|
4 |
transformers==4.28.0
|
@@ -8,6 +7,6 @@ timm
|
|
8 |
einops
|
9 |
opencv_python
|
10 |
torchvision
|
11 |
-
|
12 |
salesforce-lavis
|
13 |
accelerate
|
|
|
|
|
|
1 |
torch==1.12.1
|
2 |
torchvision==0.13.1
|
3 |
transformers==4.28.0
|
|
|
7 |
einops
|
8 |
opencv_python
|
9 |
torchvision
|
|
|
10 |
salesforce-lavis
|
11 |
accelerate
|
12 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|