Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
groq
|
| 4 |
-
transformers
|
| 5 |
diffusers
|
| 6 |
git+https://github.com/huggingface/parler-tts.git
|
| 7 |
soundfile
|
| 8 |
-
langchain
|
| 9 |
-
langchain-community
|
| 10 |
openai
|
| 11 |
pillow
|
| 12 |
decord
|
| 13 |
-
requests
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
torch
|
| 3 |
groq
|
| 4 |
+
transformers==4.31.0
|
| 5 |
diffusers
|
| 6 |
git+https://github.com/huggingface/parler-tts.git
|
| 7 |
soundfile
|
| 8 |
+
langchain>=0.0.242
|
|
|
|
| 9 |
openai
|
| 10 |
pillow
|
| 11 |
decord
|
| 12 |
+
requests
|
| 13 |
+
chromadb
|
| 14 |
+
bitsandbytes
|