Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -3,4 +3,11 @@ bitsandbytes
|
|
3 |
torch
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
einops
|
6 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
torch
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
einops
|
6 |
+
sentencepiece
|
7 |
+
discord.py
|
8 |
+
gradio
|
9 |
+
huggingface-hub
|
10 |
+
aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
11 |
+
minijinja
|
12 |
+
Pillow
|
13 |
+
python-dotenv
|