Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
huggingface-hub
|
3 |
protobuf
|
4 |
sentencepiece
|
5 |
transformers
|
6 |
torch
|
7 |
-
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
gradio
|
3 |
+
huggingface_hub>=0.22.2
|
4 |
+
python-dotenv==1.0.0
|
5 |
accelerate
|
6 |
huggingface-hub
|
7 |
protobuf
|
8 |
sentencepiece
|
9 |
transformers
|
10 |
torch
|
11 |
+
gguf
|
12 |
+
llama-cpp-python
|
13 |
+
hf_xet
|