Spaces:
Runtime error
Runtime error
update: requirements.txt
Browse files- requirements.txt +2 -12
requirements.txt
CHANGED
|
@@ -1,21 +1,11 @@
|
|
| 1 |
-
huggingface_hub
|
| 2 |
pydantic==2.10.6
|
| 3 |
transformers[torch]
|
| 4 |
-
|
| 5 |
-
langchain
|
| 6 |
-
langchain-community
|
| 7 |
-
langchain-huggingface
|
| 8 |
-
langchain-chroma
|
| 9 |
-
huggingface-hub
|
| 10 |
tqdm
|
| 11 |
accelerate
|
| 12 |
-
pypdf
|
| 13 |
-
chromadb
|
| 14 |
-
unidecode
|
| 15 |
gradio
|
| 16 |
python-dotenv
|
| 17 |
-
transformers
|
| 18 |
-
PyPDF2
|
| 19 |
albumentations==1.3.1
|
| 20 |
# 直接从GitHub源码安装Nougat,绕过版本兼容性问题
|
| 21 |
git+https://github.com/facebookresearch/nougat.git
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
pydantic==2.10.6
|
| 3 |
transformers[torch]
|
| 4 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tqdm
|
| 6 |
accelerate
|
|
|
|
|
|
|
|
|
|
| 7 |
gradio
|
| 8 |
python-dotenv
|
|
|
|
|
|
|
| 9 |
albumentations==1.3.1
|
| 10 |
# 直接从GitHub源码安装Nougat,绕过版本兼容性问题
|
| 11 |
git+https://github.com/facebookresearch/nougat.git
|