Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
transformers==4.38.0
|
3 |
+
sentencepiece==0.1.99
|
4 |
+
accelerate==0.23.0
|
5 |
+
peft==0.4.0
|
6 |
+
bitsandbytes==0.41.0
|
7 |
+
scikit-learn==1.2.2
|
8 |
+
einops==0.6.1
|
9 |
+
deepspeed==0.9.5
|
10 |
+
pillow
|
11 |
+
shortuuid
|
12 |
+
numpy<2.0.0
|