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

Environment Issue #7

Closed
Woolseyyy opened this issue May 13, 2022 · 1 comment
Closed

Environment Issue #7

Woolseyyy opened this issue May 13, 2022 · 1 comment

Comments

@Woolseyyy
Copy link

Woolseyyy commented May 13, 2022

Appreciate for your great work!
I am trying to run the repo on 2080Ti/3090/A30 and meet an error "CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm...". In case that someone else meet the same problem, here is the record of my solution.
According to google, one of the possible solution is to upgrade cuda10 to cuda11. Upgrade the cuda_toolkit in anaconda from 10.2 to 11.* should solve the problem. However, due to the strict version description in .yml a bug of anaconda, the upgrade cannot be conducted automatically by anaconda. Just manually install cuda11, pytorch and other dependence ( install each one when meet "No module named xxx" ...) from scratch.

@HollyDQWang
Copy link

HollyDQWang commented Aug 12, 2022

I encountered a similar issue, but I already have cuda 11.3 installed. Any other suggestions for work-around?
Edit: for my case I had torch 1.2 version from the .yml file. I used base env and started from scratch without using env file.

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