-
Notifications
You must be signed in to change notification settings - Fork 28
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
update base image to 24.12 #553
Conversation
/build-ci |
Did you build-ci work given that this is a fork? I actually am not certain our ci will work on forks (...this is bad if it doesn't, since fork PRs should probably be the norm so that we dont have the branch explosion that we have today). |
/build-ci |
Yeah it works on forks; that's pretty essential given that we're open source and not adding write-access external collaborators. IIUC that should be the recommended way to make PRs at this point, otherwise we clog up the main repo with a bunch of branches |
1ac5711
to
f0dde5a
Compare
/build-ci |
b5043f3
to
8cabfb4
Compare
/build-ci |
sudo-merging after CI passed due to folks being out of the office |
## Summary Un-xfails a geneformer H100 test. ## Details After base image upgrade to pytorch fw 24.12 (#553) , H100 geneformer issue is fixed. ## Usage and Testing ```python pytest ./sub-packages/bionemo-geneformer/tests/bionemo/geneformer/test_model.py::test_geneformer_nemo1_v_nemo2_inference_golden_values ```
Attempts to update the base image to the most recent 24.12 release Signed-off-by: Danny <[email protected]>
## Summary Un-xfails a geneformer H100 test. ## Details After base image upgrade to pytorch fw 24.12 (NVIDIA#553) , H100 geneformer issue is fixed. ## Usage and Testing ```python pytest ./sub-packages/bionemo-geneformer/tests/bionemo/geneformer/test_model.py::test_geneformer_nemo1_v_nemo2_inference_golden_values ``` Signed-off-by: Danny <[email protected]>
Attempts to update the base image to the most recent 24.12 release Signed-off-by: Danny <[email protected]>
## Summary Un-xfails a geneformer H100 test. ## Details After base image upgrade to pytorch fw 24.12 (NVIDIA#553) , H100 geneformer issue is fixed. ## Usage and Testing ```python pytest ./sub-packages/bionemo-geneformer/tests/bionemo/geneformer/test_model.py::test_geneformer_nemo1_v_nemo2_inference_golden_values ``` Signed-off-by: Danny <[email protected]>
Attempts to update the base image to the most recent 24.12 release