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

Support CUDA in GitHub Actions testing #171

Open
TylerYep opened this issue Sep 26, 2022 · 4 comments · May be fixed by #177
Open

Support CUDA in GitHub Actions testing #171

TylerYep opened this issue Sep 26, 2022 · 4 comments · May be fixed by #177
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@TylerYep
Copy link
Owner

Currently, our CI test suite only tests CPU-only code. Any models that require a GPU/cuda need to be tested manually via Google Colab. A much better way to run these tests would be to figure out a way to configure GitHub Actions to spin up CUDA-enabled machines to run tests too.

@TylerYep TylerYep added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 26, 2022
@mert-kurttutan
Copy link
Contributor

NIce suggestion!
Might be relevant:

@aktech
Copy link

aktech commented Oct 6, 2022

https://cirun.io/auth/login (maybe can be used without price :) )

Thanks for the suggestion, yes cirun.io is free for Open source projects. Hey @TylerYep I'll create a quick POC to demonstrate this.

@aktech aktech linked a pull request Oct 6, 2022 that will close this issue
@aktech
Copy link

aktech commented Oct 6, 2022

Just created a PR: #177

@TylerYep
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants