-
Notifications
You must be signed in to change notification settings - Fork 18
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
Generic Slurm Container job #298
Conversation
src/cloudai/schema/test_template/slurm_container/report_generation_strategy.py
Show resolved
Hide resolved
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.
As discussed in the call, this makes sense for the VFM use case currently we have. We cannot use existing Nemo since VFM uses Nemo 2.0. This can be generic and currently the PR has two repos and hashes. These fields can be made optional to make it truly generic. Future PR will address this.
Also the report generation logic also needs to be updated accordingly to make it truly generic. But for this VFM use case, this makes sense as agreed in the call.
Summary
Introduce a new workload type: GenericSlurmContainer.
Test Plan
CI
Additional Notes
—