Update requirements.txt
Browse filesstreamlit==0.89.0
Requests
accelerate
bitsandbytes
deep_translator
protobuf
scipy
sentencepiece
torch
text_generation
git+https://github.com/huggingface/transformers@main
fastapi==0.74.*
uvicorn[standard]==0.17.*
python-multipart
transformers>=4.38
gradio_client
llama-cpp-python
huggingface-hub
- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -11,4 +11,8 @@ text_generation
|
|
11 |
git+https://github.com/huggingface/transformers@main
|
12 |
fastapi==0.74.*
|
13 |
uvicorn[standard]==0.17.*
|
14 |
-
python-multipart
|
|
|
|
|
|
|
|
|
|
11 |
git+https://github.com/huggingface/transformers@main
|
12 |
fastapi==0.74.*
|
13 |
uvicorn[standard]==0.17.*
|
14 |
+
python-multipart
|
15 |
+
transformers>=4.38
|
16 |
+
gradio_client
|
17 |
+
llama-cpp-python
|
18 |
+
huggingface-hub
|