-
Notifications
You must be signed in to change notification settings - Fork 450
Enforce list type for lora-target-modules #2026
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
Conversation
|
This is in context of #2021 but I'm not sure at this point we shouldn't just |
|
This works but ultimately, this is just how click works. We should be aware of this and deal accordingly (either accept tuples everywhere, or cast before passing.) |
|
This PR is still a blocker for 0.18.0, since even with the fix provided in instructlab/training#162, we still get a warning from Pydantic about passing a |
5cca2e9 to
fdbbf13
Compare
|
@RobotSail do you have a warning message from pydantic to look at? |
|
|
This looks like it comes from There's apparently a flag to disable these warnings (though I don't know if it's available or whether it's ok to suppress these messages), but clearly the library prefers that We can land this for now, but I think other options that are "lists" that come from I think post-0.18 we should revisit this issue more broadly for all options and all libraries we have. @RobotSail I suggest a tracking issue is reported to follow up later. |
|
@RobotSail any idea why CI was cancelled here? |
|
@booxter It seems like one of the tests in the functional tests is breaking CI - not sure why it was cancelled. |
|
@Mergifyio rebase |
❌ Unable to rebase: user
|
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
fdbbf13 to
596e6f0
Compare
|
This pull request has been automatically marked as stale because it has not had activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. |
Signed-off-by: Ihar Hrachyshka <[email protected]>
596e6f0 to
0903867
Compare
|
not stale |
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
No description provided.