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

python and cuda version #23

Open
nathanchenseanwalter opened this issue Jul 18, 2023 · 3 comments
Open

python and cuda version #23

nathanchenseanwalter opened this issue Jul 18, 2023 · 3 comments
Labels
question Further information is requested

Comments

@nathanchenseanwalter
Copy link

what version python3 and cuda was this used on

@YuanGongND
Copy link
Owner

I think it was run with Python 3.7, cuda 10.1, and cudnn 7.6.

Is there a reason makes higher version a problem?

@YuanGongND YuanGongND added the question Further information is requested label Jul 18, 2023
@nathanchenseanwalter
Copy link
Author

nathanchenseanwalter commented Jul 19, 2023

On my end (after some trial and error), versions that are lower than a specific set of 3.7 or higher than a specific set of 3.8 can't install the requirements. I think the biggest issue I'm running into is with scikit-learn.

The cuda issue I'm running into is because one of my projects runs locally on WSL which only supports CUDA after 11, so torch would run into issues communicating with the cuda kernel if I do end up installing as previous.

@YuanGongND
Copy link
Owner

YuanGongND commented Jul 19, 2023

I see thanks for reporting this.

For Python, we use 3.7.4, the experiment was done on Ubuntu machines. Isn't scikit-learn a commonly used package that supports major Python versions?

I guess on Ubuntu, CUDA 11.0 would be fine. We don't have tricky thing that is only runnable on lower versions. What is WSL?

-Yuan

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

No branches or pull requests

2 participants