Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -6,4 +6,12 @@ scipy
|
|
6 |
sentencepiece
|
7 |
torch
|
8 |
text_generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
git+https://github.com/huggingface/transformers@main
|
|
|
6 |
sentencepiece
|
7 |
torch
|
8 |
text_generation
|
9 |
+
requests
|
10 |
+
fastapi==0.74.*
|
11 |
+
uvicorn[standard]
|
12 |
+
python-multipart
|
13 |
+
fastapi
|
14 |
+
huggingface-hub
|
15 |
+
gunicorn
|
16 |
+
jinja2
|
17 |
git+https://github.com/huggingface/transformers@main
|