Skip to content

Add support to use multi-node job run (DTv2) API for distributed training #1165

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

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

qiuosier
Copy link
Member

This PR adds the support to use multi-node job run (DTv2) API for distributed training when available.
The DTv2 API is in limited availability. Certain users may enable this feature by installing the preview version of OCI SDK.

This update is fully backward compatible. When creating a distributed training job with multiple nodes, if the OCI SDK supports DTv2 API, it will be used to create a single job run. Otherwise, the classic approach will be used to create multiple job runs.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 23, 2025
Copy link

📌 Cov diff with main:

Coverage-6%

📌 Overall coverage:

Coverage-19.08%

Copy link

📌 Cov diff with main:

Coverage-40%

📌 Overall coverage:

Coverage-58.37%

Copy link
Member

@VipulMascarenhas VipulMascarenhas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants