Spaces:
Runtime error
Runtime error
FlawedLLM
commited on
Update requirements.txt
Browse files- requirements.txt +22 -5
requirements.txt
CHANGED
@@ -1,8 +1,25 @@
|
|
1 |
-
pip==23.3.2
|
2 |
-
pytorch-ignite==0.5.0.post2
|
3 |
-
pytorch-lightning==2.2.2
|
4 |
-
transformers==4.39.3
|
5 |
accelerate==0.29.3
|
6 |
bitsandbytes==0.43.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
peft==0.11.1
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate==0.29.3
|
2 |
bitsandbytes==0.43.1
|
3 |
+
filelock==3.13.1
|
4 |
+
fsspec>=2023.5.0
|
5 |
+
huggingface-hub<1.0,>=0.19.3
|
6 |
+
jinja2==3.1.2
|
7 |
+
MarkupSafe==2.1.3
|
8 |
+
mpmath>=0.19
|
9 |
+
networkx==3.2.1
|
10 |
+
numpy>=1.17
|
11 |
+
packaging==21.3
|
12 |
peft==0.11.1
|
13 |
+
psutil==5.9.3
|
14 |
+
pyparsing!=3.0.5,>=2.0.2
|
15 |
+
pyyaml>=5.1
|
16 |
+
regex!=2019.12.17
|
17 |
+
requests==2.31.0
|
18 |
+
safetensors>=0.4.1
|
19 |
+
sympy==1.12
|
20 |
+
tokenizers<0.19,>=0.14
|
21 |
+
torch==2.1.2
|
22 |
+
tqdm>=4.27
|
23 |
+
transformers==4.39.3
|
24 |
+
typing-extensions>=3.7.4.3
|
25 |
+
urllib3<3,>=1.21.1
|