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

Course setup, Pytorch CPU #125

Closed
eyast opened this issue Aug 23, 2023 · 1 comment
Closed

Course setup, Pytorch CPU #125

eyast opened this issue Aug 23, 2023 · 1 comment

Comments

@eyast
Copy link

eyast commented Aug 23, 2023

Hi - I've followed the instructions to setup an environment for the course on my machine. The only difference I am aware of is that miniconda was pre-installed.
When following the instructions, the version of pytorch installed was cpu only. To fix that, I ran the following command:

conda install pytorch=1.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
This seems to have resolved it for me.

@cgpotts
Copy link
Owner

cgpotts commented Aug 25, 2023

Sounds good! The setup.ipynb notebook asks people to go to the PyTorch homepage to choose their preferred method of installing PyTorch. As far as I know, this is the best solution for now, as the best choice is highly dependent on people's goals and computers.

@cgpotts cgpotts closed this as completed Aug 25, 2023
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