-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add DeepSpeed easyblock #3450
base: develop
Are you sure you want to change the base?
Add DeepSpeed easyblock #3450
Conversation
Test report by @VRehnberg Overview of tested easyconfigs (in order)
Build succeeded for 0 out of 1 (1 easyconfigs in total) |
Test report by @VRehnberg Overview of tested easyconfigs (in order)
Build succeeded for 0 out of 1 (1 easyconfigs in total) |
Test report by @VRehnberg Overview of tested easyconfigs (in order)
Build succeeded for 0 out of 1 (1 easyconfigs in total) |
1d30d50
to
1486d87
Compare
Adds an EasyBlock for building DeepSpeed. Main reason for not handling it in the easyconfig is to access
cuda_compute_capabilities
.Also expands PythonPackage easyblock so that PATH and LD_LIBRARY_PATH is exported for runtest with testinstall as well (compared to only PYTHONPATH originally).