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

Make an alternate gpu environment specification #53

Closed
othertea opened this issue Sep 13, 2023 · 4 comments
Closed

Make an alternate gpu environment specification #53

othertea opened this issue Sep 13, 2023 · 4 comments
Assignees

Comments

@othertea
Copy link
Collaborator

othertea commented Sep 13, 2023

Our current yaml for creating environments is for cpu only and does not specify downloading the cuda version of pytorch. This issue is to create an alternate specification of dependencies for computers with gpus. You can do this by

  • creating another yaml that specifies alternate dependencies
  • modifying setup.py
  • creating an appropriate pyproject.toml

Of course, we are open to other ways of doing this, if you prefer!

@Muedi
Copy link
Contributor

Muedi commented Sep 13, 2023

/take

@othertea
Copy link
Collaborator Author

Sorry, to clarify, I meant you could do one of those options, not that you had to do all three!

Muedi added a commit to Muedi/protein-lm-scaling that referenced this issue Sep 15, 2023
@Muedi
Copy link
Contributor

Muedi commented Sep 15, 2023

I went the yaml way and added an extra one for the cuda install and added the info to the readme. I'll send a PR when my other one is through :)

Muedi added a commit to Muedi/protein-lm-scaling that referenced this issue Sep 26, 2023
@pascalnotin
Copy link
Collaborator

Issue addressed with PR#50. Thank you @Muedi !

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

No branches or pull requests

3 participants