-
Notifications
You must be signed in to change notification settings - Fork 764
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
Fix llm hp optimization error #2576
base: release-1.9
Are you sure you want to change the base?
Fix llm hp optimization error #2576
Conversation
Signed-off-by: helenxie-bit <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Signed-off-by: helenxie-bit <[email protected]>
Please review when you have time @andreyvelich @mahdikhashan . Thank you! |
The E2E test for train API failed due to the following error Updated 2025-03-31: trainer/sdk/python/kubeflow/training/api/training_client.py Lines 296 to 298 in 77bd5cd
to:
This change follows the official documentation, which recommends using @mahdikhashan Can you help test if this fix your issues? Since I remember you've met with the same issue. |
Signed-off-by: helenxie-bit <[email protected]>
…46 of 🤗 Transformers. Use instead' Signed-off-by: helenxie-bit <[email protected]>
/assign |
What this PR does / why we need it:
This PR aims to fix errors when using Katib LLM hyperparameter optimization API—which depends on the Trainer SDK v1.9.0—for running the example in the user guide.
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Fixes #2575
Checklist: