PhaedrusFlow
commited on
Commit
•
cd8148a
1
Parent(s):
9308db0
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -10,6 +10,7 @@ click==8.1.7
|
|
10 |
contourpy==1.1.1
|
11 |
cycler==0.12.1
|
12 |
exceptiongroup==1.1.3
|
|
|
13 |
fastapi==0.104.0
|
14 |
ffmpy==0.3.1
|
15 |
filelock==3.13.0
|
@@ -76,6 +77,10 @@ transformers==4.34.1
|
|
76 |
triton==2.1.0
|
77 |
typing_extensions==4.8.0
|
78 |
tzdata==2023.3
|
|
|
79 |
urllib3==2.0.7
|
80 |
uvicorn==0.23.2
|
81 |
websockets==11.0.3
|
|
|
|
|
|
|
|
10 |
contourpy==1.1.1
|
11 |
cycler==0.12.1
|
12 |
exceptiongroup==1.1.3
|
13 |
+
faiss-cpu
|
14 |
fastapi==0.104.0
|
15 |
ffmpy==0.3.1
|
16 |
filelock==3.13.0
|
|
|
77 |
triton==2.1.0
|
78 |
typing_extensions==4.8.0
|
79 |
tzdata==2023.3
|
80 |
+
unstructured
|
81 |
urllib3==2.0.7
|
82 |
uvicorn==0.23.2
|
83 |
websockets==11.0.3
|
84 |
+
|
85 |
+
|
86 |
+
|