bgaspra commited on
Commit
fa2bd77
·
verified ·
1 Parent(s): 8ba2beb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- transformers==4.35.2
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