Skip to content

[WIP] Implement TrainerClient Backends & Local Process #33

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 2 commits into
base: main
Choose a base branch
from

Conversation

szaher
Copy link
Contributor

@szaher szaher commented Jun 21, 2025

What this PR does / why we need it: This PR introduces

  • Training backends (can be renamed to workers if backend isn't suitable)
  • Basic Implementation of training backends registry (potentially extending to other backends like Docker, Podman, aws, ...etc)
  • Rework TrainerClient to initialize and calls selected backend
  • Uses k8s as default backend for TrainerClient
  • Implements local process as new training backend.
  • Introduces LocalTrainingRuntime to enable users to define their own run times in memory or use available ones for local training

Which issue(s) this PR fixes (optional, in Fixes #<issue number>, #<issue number>, ... format, will close the issue(s) when PR gets merged):

Fixes #

Checklist:

  • Docs included if any changes are user facing

Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tenzen-y for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Saad Zaher <szaher@redhat.com>
@szaher szaher force-pushed the training-backends branch from 7ab03e1 to 3524abc Compare June 21, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant