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

ImportError: libcudart.so.12 #10

Open
niknoproblems opened this issue Oct 24, 2023 · 2 comments
Open

ImportError: libcudart.so.12 #10

niknoproblems opened this issue Oct 24, 2023 · 2 comments

Comments

@niknoproblems
Copy link

when I tried to run Mistral-7B-OpenOrca (using oobabooga/text-generation-webui)Ж
ImportError: libcudart.so.12: cannot open shared object file: No such file or directory

@niknoproblems
Copy link
Author

niknoproblems commented Oct 24, 2023

It was solved when I commented out these lines:
!pip uninstall flash-attn
!pip install --no-build-isolation flash-attn==2.3.0

@gleitz
Copy link

gleitz commented Nov 3, 2023

You can also roll forward to version 2.3.3.

!pip uninstall flash-attn
!pip install --no-build-isolation flash-attn==2.3.3

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