Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
torch
|
3 |
-
transformers
|
4 |
peft
|
5 |
-
huggingface_hub
|
6 |
psutil
|
7 |
tqdm
|
8 |
gradio
|
9 |
-
|
10 |
-
sentencepiece
|
11 |
-
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
torch
|
|
|
3 |
peft
|
|
|
4 |
psutil
|
5 |
tqdm
|
6 |
gradio
|
7 |
+
numpy~=1.26.4
|
8 |
+
sentencepiece~=0.2.0
|
9 |
+
transformers>=4.45.1,<5.0.0
|
10 |
+
gguf>=0.1.0
|
11 |
+
protobuf>=4.21.0,<5.0.0
|