bgaspra commited on
Commit
ad2a30d
·
verified ·
1 Parent(s): c89055e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -5
requirements.txt CHANGED
@@ -1,8 +1,6 @@
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,5 +10,4 @@ einops==0.6.1
12
  timm==0.9.2
13
  pandas==2.0.3
14
  scikit-learn==1.3.2
15
-
16
- flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.3.3/flash_attn-2.3.3+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
 
 
1
  torch==2.1.1
2
  torchvision==0.16.1
3
+ transformers>=4.36.0
 
4
  gradio==4.7.1
5
  Pillow==10.1.0
6
  numpy==1.24.3
 
10
  timm==0.9.2
11
  pandas==2.0.3
12
  scikit-learn==1.3.2
13
+ flash-attn>=2.3.3