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

Entity Extraction stuck on 0% with only CPU #500

Open
podral3 opened this issue Dec 20, 2024 · 1 comment
Open

Entity Extraction stuck on 0% with only CPU #500

podral3 opened this issue Dec 20, 2024 · 1 comment

Comments

@podral3
Copy link

podral3 commented Dec 20, 2024

After generating embeddings program is stuck.
Extracting entities from chunks: 0%| | 0/42 [00:00<?, ?chunk/s

I'm running lightrag_ollama_demo.py. Tried to run this on multipe llama models but every time it gets stuck on this moment.
I'm running this on Ubuntu 24.04 with: Intel Xeon Gold 6326 @ 2.90GHz

@brandonbevans
Copy link

brandonbevans commented Dec 22, 2024

I'm seeing the same running an A100, a pretty strong GPU, on Google Colab with a modified qwen2.5.
There are still requests being served according to the ollama server output, and it looks like it will eventually work. But the progress bar is misleading. It seems like there's something inefficient going on because everything else is blazing fast.

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

No branches or pull requests

2 participants