Update requirements.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
@@ -1,20 +1,12 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
pydantic
|
4 |
transformers
|
5 |
-
torch
|
6 |
-
accelerate
|
7 |
requests
|
8 |
numpy
|
9 |
scikit-learn
|
10 |
networkx
|
11 |
duckduckgo-search
|
12 |
-
urllib3
|
13 |
python-multipart
|
14 |
-
aiofiles
|
15 |
-
jinja2
|
16 |
-
python-dotenv
|
17 |
-
httpx
|
18 |
-
tokenizers
|
19 |
-
safetensors
|
20 |
huggingface-hub
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
3 |
pydantic
|
4 |
transformers
|
5 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
|
|
6 |
requests
|
7 |
numpy
|
8 |
scikit-learn
|
9 |
networkx
|
10 |
duckduckgo-search
|
|
|
11 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
huggingface-hub
|