Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
|
|
|
|
4 |
gradio==4.7.1
|
5 |
Pillow==10.1.0
|
6 |
numpy==1.24.3
|
@@ -10,4 +12,8 @@ einops==0.6.1
|
|
10 |
timm==0.9.2
|
11 |
pandas==2.0.3
|
12 |
scikit-learn==1.3.2
|
|
|
|
|
|
|
|
|
13 |
flash-attn==2.3.3
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
4 |
+
|
5 |
+
transformers==4.35.2
|
6 |
gradio==4.7.1
|
7 |
Pillow==10.1.0
|
8 |
numpy==1.24.3
|
|
|
12 |
timm==0.9.2
|
13 |
pandas==2.0.3
|
14 |
scikit-learn==1.3.2
|
15 |
+
|
16 |
+
--no-build-isolation
|
17 |
+
packaging
|
18 |
+
ninja
|
19 |
flash-attn==2.3.3
|