Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
sentence-transformers
|
| 2 |
-
fastapi
|
| 3 |
gradio
|
| 4 |
llama-cpp-python[huggingface-hub]
|
| 5 |
magic-pdf
|
|
@@ -16,5 +16,7 @@ struct-eqtable
|
|
| 16 |
#lmdeploy
|
| 17 |
tf-keras
|
| 18 |
pycocotools
|
|
|
|
|
|
|
| 19 |
git+https://github.com/facebookresearch/detectron2.git
|
| 20 |
rapid-table
|
|
|
|
| 1 |
+
sentence-transformers
|
| 2 |
+
fastapi
|
| 3 |
gradio
|
| 4 |
llama-cpp-python[huggingface-hub]
|
| 5 |
magic-pdf
|
|
|
|
| 16 |
#lmdeploy
|
| 17 |
tf-keras
|
| 18 |
pycocotools
|
| 19 |
+
torch>=1.13.0
|
| 20 |
+
torchvision>=0.14.0
|
| 21 |
git+https://github.com/facebookresearch/detectron2.git
|
| 22 |
rapid-table
|