Dicklesworthstone / llm_aided_ocr

Enhance Tesseract OCR output for scanned PDFs by applying Large Language Model (LLM) corrections.
2.19k stars 147 forks source link

ERROR: Failed building wheel for llama-cpp-python #14

Open SouravaBehera opened 3 months ago

SouravaBehera commented 3 months ago

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (llama-cpp-python)

I have updated the gcc version but still the error. Working for ubuntu verison 24.04 LTS

but not in 22.04 LTS. Any solution?

ERAnOnFzx commented 1 month ago

I highly recommend you to give up using llama-cpp-python. I've tried for at least 10 hours today and finally giving up. I think it's much more easier to run an ollama llm as the llm in this project. It's easy to ask chatGPT to help you modify the code.