Skip to content

modify args so they are always a dict#1597

Merged
BryonLewis merged 2 commits intomainfrom
fine-tune-param-fix
Feb 26, 2026
Merged

modify args so they are always a dict#1597
BryonLewis merged 2 commits intomainfrom
fine-tune-param-fix

Conversation

@BryonLewis
Copy link
Collaborator

@BryonLewis BryonLewis commented Feb 26, 2026

Fixes an issue where the fine tuning parameters were passed as an array to the train_pipeline task instead of a dict.
Modified on the initialization ot make sure model_dump is used to convert into a dict.
Also does a double check on during the task and if it sees a list it attempt to convert it into a dict.

  • Tested locally and was able to pass the proper model object in.

@BryonLewis BryonLewis merged commit aa39ee4 into main Feb 26, 2026
4 checks passed
@BryonLewis BryonLewis deleted the fine-tune-param-fix branch February 26, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant