Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
pydantic==2.10.6
|
2 |
-
transformers>=4.30.0
|
3 |
-
datasets
|
4 |
gradio>=3.0
|
5 |
-
|
6 |
-
sentencepiece>=0.1.99
|
7 |
torch>=2.0.0
|
8 |
-
|
9 |
-
bitsandbytes
|
10 |
-
accelerate
|
|
|
1 |
pydantic==2.10.6
|
|
|
|
|
2 |
gradio>=3.0
|
3 |
+
transformers>=4.30.0
|
|
|
4 |
torch>=2.0.0
|
5 |
+
accelerate
|
6 |
+
bitsandbytes
|
|