-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add a federated learning example using nvidia flare #99
Conversation
626741c
to
7fe70e3
Compare
4a79619
to
8582f43
Compare
c4ed051
to
5a4ee0a
Compare
e272a6c
to
702690b
Compare
It seems like you are really intertwining this use case into your "core" federated learning platform. Is it possible to keep them more distinct? Possibly using a separate config file or a different folder structure. To me this seems like an additional use case on top of your "core" platform, similar to Fine Tuning and RAG on the AI/ML platform. |
Good point, let me see how I can restructure this. |
1db2fc8
to
59b4a55
Compare
@arueth I've reworked things a bit, PTAL, thanks. |
It looks like we need to find a way to generate a unique project name per build. Right now the job is failing because the project with that |
59b4a55
to
f112192
Compare
Done in the latest commit. I used the |
Federated Learning use case:
kube-system
namespaceistio-egress
so it can be deployed in the clusterBUILD_ID
as the project name suffix to avoid conflicts with projects pending deletion.