Spaces:
Running
Running
MohamedRasheqA
commited on
Commit
·
9716d05
1
Parent(s):
b41073f
First Commit
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
2 |
torch==2.1.2
|
3 |
transformers==4.36.2
|
|
|
|
|
4 |
pandas==2.1.4
|
5 |
gradio==4.8.0
|
6 |
peft==0.7.1
|
7 |
datasets==2.15.0
|
8 |
sqlalchemy==2.0.23
|
9 |
psycopg2-binary==2.9.9
|
10 |
-
accelerate==0.25.0
|
11 |
-
bitsandbytes==0.41.1
|
12 |
scipy==1.11.4
|
13 |
-
numpy>=1.24.0
|
14 |
tqdm>=4.65.0
|
15 |
safetensors>=0.4.0
|
16 |
-
flash-attn==2.3.3
|
17 |
-
einops>=0.6.1
|
18 |
packaging>=23.0
|
19 |
-
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
numpy>=1.24.0
|
3 |
torch==2.1.2
|
4 |
transformers==4.36.2
|
5 |
+
accelerate==0.25.0
|
6 |
+
bitsandbytes==0.41.1
|
7 |
pandas==2.1.4
|
8 |
gradio==4.8.0
|
9 |
peft==0.7.1
|
10 |
datasets==2.15.0
|
11 |
sqlalchemy==2.0.23
|
12 |
psycopg2-binary==2.9.9
|
|
|
|
|
13 |
scipy==1.11.4
|
|
|
14 |
tqdm>=4.65.0
|
15 |
safetensors>=0.4.0
|
|
|
|
|
16 |
packaging>=23.0
|
17 |
+
einops>=0.6.1
|