Skip to content
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

[Question]: WS in entrypoint.sh cannot accelerate file processing #4205

Open
hehemagic opened this issue Dec 24, 2024 · 1 comment
Open

[Question]: WS in entrypoint.sh cannot accelerate file processing #4205

hehemagic opened this issue Dec 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@hehemagic
Copy link

Describe your problem

I compared ws of 1 and 5, the deepdoc model is not running concurrently and the processing time for the same file is longer with ws set to 5. It is not normal. Is it because there is some shared resource in the code that causes the context switch to take longer?

@hehemagic hehemagic added the question Further information is requested label Dec 24, 2024
@yuzhichang
Copy link
Member

Both OCR and embedding consume 10+ CPU. It's normal that enlarging WS makes the whole procedure slower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants