-
Notifications
You must be signed in to change notification settings - Fork 108
[cye/subpack-gpu-testing] Add GPU runner to testing job. #776
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
Conversation
c821a86 to
455243c
Compare
455243c to
1d2eb29
Compare
39186b9 to
f7b4052
Compare
|
/ok to test |
f3f76bd to
10afe16
Compare
|
/ok to test |
10afe16 to
6b5de94
Compare
|
/ok to test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #776 +/- ##
=======================================
Coverage 84.30% 84.30%
=======================================
Files 137 137
Lines 8635 8635
=======================================
Hits 7280 7280
Misses 1355 1355 ☔ View full report in Codecov by Sentry. |
6b5de94 to
84e17e5
Compare
|
/ok to test |
84e17e5 to
2af1a30
Compare
|
/ok to test |
1538e03 to
dad7b7e
Compare
dad7b7e to
e22053c
Compare
Signed-off-by: Cory Ye <[email protected]> Signed-off-by: cspades <[email protected]>
Signed-off-by: Cory Ye <[email protected]> Signed-off-by: cspades <[email protected]>
Signed-off-by: Cory Ye <[email protected]>
Signed-off-by: Cory Ye <[email protected]>
…ow dispatches. Signed-off-by: Cory Ye <[email protected]>
e22053c to
d12a019
Compare
|
/ok to test |
pstjohn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after the optional-dependencies bit
…when publishing untested packages to PyPI. Signed-off-by: Cory Ye <[email protected]>
d12a019 to
1c423f6
Compare
|
/ok to test |
### Description <!-- Provide a detailed description of the changes in this PR --> - Add GPU runners to BioNeMo Sub-Package CI workflow. - https://jirasw.nvidia.com/browse/BIONEMO-1340 ### Details - GHA GPU Runner Documentation: https://docs.gha-runners.nvidia.com/runners/#gpu-runners - NVIDIA CUDA Container Images: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda/tags - Installing CUDA is presumed out-of-scope of BioNeMo Framework. - BioNeMo Sub-Package Updates - GPU Testing PASS Checklist - `bionemo-moco` ✅ @nvdreidenbach - `bionemo-webdatamodule` ✅ @DejunL - `bionemo-size-aware-batching` ✅ @DejunL - `bionemo-core` ✅ - `bionemo-testing` ✅ - TODO after TransformerEngine is installed, otherwise they are not functional. (https://jirasw.nvidia.com/browse/BIONEMO-1341) - `bionemo-llm` 🚧 - `bionemo-amplify` - `bionemo-esm2` - `bionemo-evo2` - `bionemo-geneformer` ### Usage <!--- How does a user interact with the changed code --> - Refer to the BioNeMo Sub-Package CI documentation to run the GHA workflow: https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#contributing-python-sub-packages-to-bionemo-framework ### Testing - Latest: https://github.com/NVIDIA/bionemo-framework/actions/runs/14030539337 --------- Signed-off-by: Cory Ye <[email protected]> Signed-off-by: cspades <[email protected]> Signed-off-by: Cory Ye <[email protected]>
### Description <!-- Provide a detailed description of the changes in this PR --> - Add GPU runners to BioNeMo Sub-Package CI workflow. - https://jirasw.nvidia.com/browse/BIONEMO-1340 ### Details - GHA GPU Runner Documentation: https://docs.gha-runners.nvidia.com/runners/#gpu-runners - NVIDIA CUDA Container Images: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda/tags - Installing CUDA is presumed out-of-scope of BioNeMo Framework. - BioNeMo Sub-Package Updates - GPU Testing PASS Checklist - `bionemo-moco` ✅ @nvdreidenbach - `bionemo-webdatamodule` ✅ @DejunL - `bionemo-size-aware-batching` ✅ @DejunL - `bionemo-core` ✅ - `bionemo-testing` ✅ - TODO after TransformerEngine is installed, otherwise they are not functional. (https://jirasw.nvidia.com/browse/BIONEMO-1341) - `bionemo-llm` 🚧 - `bionemo-amplify` - `bionemo-esm2` - `bionemo-evo2` - `bionemo-geneformer` ### Usage <!--- How does a user interact with the changed code --> - Refer to the BioNeMo Sub-Package CI documentation to run the GHA workflow: https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#contributing-python-sub-packages-to-bionemo-framework ### Testing - Latest: https://github.com/NVIDIA/bionemo-framework/actions/runs/14030539337 --------- Signed-off-by: Cory Ye <[email protected]> Signed-off-by: cspades <[email protected]> Signed-off-by: Farhad Ramezanghorbani <[email protected]>
Description
Details
bionemo-moco✅ @nvdreidenbachbionemo-webdatamodule✅ @DejunLbionemo-size-aware-batching✅ @DejunLbionemo-core✅bionemo-testing✅bionemo-llm🚧bionemo-amplifybionemo-esm2bionemo-evo2bionemo-geneformerUsage
Testing