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

undefined symbol: cudaGraphInstantiateWithFlags, version libcudart.so.11.0 #6

Open
JHW5981 opened this issue May 13, 2024 · 1 comment

Comments

@JHW5981
Copy link

JHW5981 commented May 13, 2024

Hello , when I executed the package installation, and then used the command python multi_thread_process_to_doc.py <pdf-path> --process-num 8, I encountered this issue.
I thought it might be an issue with my CUDA version, so I switched from the default CUDA-12.4 to 11.3. However, it still didn't work. CUDA-11.3 includes libcudart.so.11.0, but it is linked to libcudart.so.11.3.58.
Details are shown as follows.
image
Next, I changed the cuda version.
image
The problem still exists.
I use python3.8.
I hope someone can help me solve this problem. I would be extremely grateful.

@InsaneGe
Copy link

InsaneGe commented May 14, 2024

Suggest that you create a new conda environment and use cuda-version 11.8 by following command, I have successfully run through with this version.
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pip install torchvision==0.18.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html
But unfortunately I think it is necessary to tell you is that the effect of parsing pdf code is very mediocre.

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