Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -5,6 +5,11 @@ llama-cpp-python
|
|
5 |
requests==2.31.0
|
6 |
python-multipart==0.0.6
|
7 |
httpx==0.24.1
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
5 |
requests==2.31.0
|
6 |
python-multipart==0.0.6
|
7 |
httpx==0.24.1
|
8 |
+
python-dotenv
|
9 |
+
accelerate
|
10 |
+
git+https://github.com/huggingface/diffusers.git
|
11 |
+
invisible_watermark
|
12 |
+
torch
|
13 |
+
transformers==4.42.4
|
14 |
+
xformers
|
15 |
+
sentencepiece
|