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

Full GPU Support #88

Closed
3 tasks
kalebphipps opened this issue Oct 15, 2024 · 0 comments · Fixed by #94
Closed
3 tasks

Full GPU Support #88

kalebphipps opened this issue Oct 15, 2024 · 0 comments · Fixed by #94
Assignees
Labels
enhancement New feature or request

Comments

@kalebphipps
Copy link
Member

ARTIST should have full GPU Support, i.e., it should be possible to run ARTIST on the GPU or CPU.

To ensure this is possible, we need to:

  • Set the torch device and type, including a default device, see Issue Set torch default device and dtype #25.
  • Make sure this device is passed through the code and CPU is not hardcoded anywhere.
  • Make sure all models and data are moved to the correct device.

NOTE: It may be necessary/beneficial to create a main.py that starts ARTIST for this.

Planned Completion: 30.10.2024

@kalebphipps kalebphipps added the enhancement New feature or request label Oct 15, 2024
@kalebphipps kalebphipps added this to the ARTIST Release 1.0 milestone Oct 15, 2024
@MarleneBusch MarleneBusch mentioned this issue Nov 4, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants