Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
#huggingface_hub==0.22.2
|
2 |
-
|
3 |
-
|
4 |
-
#torch
|
5 |
-
#transformers==4.43.1
|
6 |
-
#einops
|
7 |
-
#sentencepiece
|
8 |
-
gradio
|
9 |
-
llama-cpp-python
|
10 |
-
llama-cpp-agent
|
11 |
-
huggingface_hub
|
12 |
-
spaces
|
13 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
|
|
1 |
#huggingface_hub==0.22.2
|
2 |
+
accelerate
|
3 |
+
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torch
|
5 |
+
transformers==4.43.1
|
6 |
+
einops
|
7 |
+
sentencepiece
|
8 |
+
gradio
|
9 |
+
#llama-cpp-python
|
10 |
+
#llama-cpp-agent
|
11 |
+
#huggingface_hub
|
12 |
+
#spaces
|
13 |
+
#torch
|
14 |
|