Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
huggingface_hub
|
2 |
-
gradio
|
3 |
-
huggingface_hub
|
4 |
-
python-dotenv
|
5 |
accelerate
|
6 |
huggingface-hub
|
7 |
protobuf
|
@@ -10,4 +10,5 @@ transformers
|
|
10 |
torch
|
11 |
gguf
|
12 |
llama-cpp-python
|
13 |
-
hf_xet
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
gradio
|
3 |
+
huggingface_hub
|
4 |
+
python-dotenv
|
5 |
accelerate
|
6 |
huggingface-hub
|
7 |
protobuf
|
|
|
10 |
torch
|
11 |
gguf
|
12 |
llama-cpp-python
|
13 |
+
hf_xet
|
14 |
+
pillow
|