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

MPS backend support and Dependency fix #5

Merged
merged 4 commits into from
Mar 5, 2024
Merged

MPS backend support and Dependency fix #5

merged 4 commits into from
Mar 5, 2024

Conversation

srivarra
Copy link
Contributor

@srivarra srivarra commented Mar 4, 2024

If you haven't already, please read through our contributing guidelines before opening your PR

What is the purpose of this PR?

Adds the ark-analysis package as a dependency to the project in order to run the notebook.

Adds PyTorch MPS support to Nimbus.

How did you implement your changes

Adds a new parameter in the Nimbus nn.Module derived class called device. Defaults to "auto" which will use the GPU if available (either Nvidia or Apple Silicon), otherwise runs on CPU.

Remaining issues

N/A

@srivarra srivarra linked an issue Mar 4, 2024 that may be closed by this pull request
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@srivarra srivarra added the enhancement New feature or request label Mar 5, 2024
@srivarra srivarra self-assigned this Mar 5, 2024
@srivarra srivarra marked this pull request as ready for review March 5, 2024 00:36
Copy link
Collaborator

@JLrumberger JLrumberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Thanks a lot Sri!

@JLrumberger JLrumberger merged commit 5fc102e into main Mar 5, 2024
11 of 12 checks passed
@JLrumberger JLrumberger deleted the mps-support branch March 5, 2024 09:16
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 this pull request may close these issues.

MPS support and Ark-Analysis as a Dependency
2 participants