-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix use of Falcon language model for text generation #3592
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
connortann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Apologies for the rather slow response - I've been away for most of the past week.
I'll rename the title to something a bit more descriptive, to help the release notes.
connortann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending tests passing
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3592 +/- ##
==========================================
+ Coverage 61.54% 61.66% +0.11%
==========================================
Files 90 90
Lines 12717 12721 +4
==========================================
+ Hits 7827 7844 +17
+ Misses 4890 4877 -13 ☔ View full report in Codecov by Sentry. |
connortann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Looks like a test failed due to a dependency install issue, which might be a transient network issue. I've retriggered that job, hopefully it will pass.
Overview
Closes #3589
Description of the changes proposed in this pull request:
position_idsso we check the function signature dynamically now and only hand over the expected arguments to avoid errorsChecklist