update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
2 |
gradio>=4.19.2
|
3 |
torch==2.4.0
|
4 |
pandas>=2.2.0
|
5 |
accelerate>=0.27.0
|
6 |
sentencepiece>=0.1.99
|
7 |
protobuf>=4.25.2
|
8 |
-
|
|
|
9 |
peft
|
10 |
networkx<3.3
|
11 |
-
git+https://github.com/huggingface/transformers.git
|
|
|
|
|
|
1 |
gradio>=4.19.2
|
2 |
torch==2.4.0
|
3 |
pandas>=2.2.0
|
4 |
accelerate>=0.27.0
|
5 |
sentencepiece>=0.1.99
|
6 |
protobuf>=4.25.2
|
7 |
+
transformers>=4.53.2
|
8 |
+
gradio
|
9 |
peft
|
10 |
networkx<3.3
|
11 |
+
git+https://github.com/huggingface/transformers.git
|
12 |
+
huggingface_hub
|