Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,9 +2,10 @@ git clone https://github.com/ggerganov/llama.cpp
|
|
2 |
streamlit
|
3 |
matplotlib
|
4 |
wordcloud
|
5 |
-
|
6 |
Pillow
|
7 |
pandas
|
8 |
#peft
|
9 |
datasets
|
10 |
-
torch
|
|
|
|
2 |
streamlit
|
3 |
matplotlib
|
4 |
wordcloud
|
5 |
+
transformers
|
6 |
Pillow
|
7 |
pandas
|
8 |
#peft
|
9 |
datasets
|
10 |
+
torch
|
11 |
+
llama-cpp-python
|