-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: DeepDoc not running on sever without GPU #4664
Comments
Check the docker compose file no GPU configurations there, aren't there? |
No, apparently. Can it be due to adding this row in pyproject.toml (and apparently uv.lock)?
docker-compose.yml:
docker-compose-base.yml:
|
Even after completely clean install error message still persists. |
@KevinHuSh After I manually installed non-GPU version of onnxruntime, and after fixing few more small issues (like - absence of dictionaries in nltk), command above run with no errors. |
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
System v0.15.1-176-gd970d0ef slim-nightly
RAGFlow image version
gd970d0e
Other environment information
Actual behavior
It seems for me that after recent update in DeepDoc (enable GPU usage), now it is requires that GPU is present in the system.
I depoloyed RagFlow on a server without GPU, and when trying to parse .pdf file, getting the following traceback:
Expected behavior
.pdf can be parsed on machine both with and without GPU.
Steps to reproduce
Additional information
The text was updated successfully, but these errors were encountered: