generated from caikit/caikit-template
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add more text generation inference params to TGIS modules #155
Merged
tharapalanivel
merged 15 commits into
caikit:main
from
tharapalanivel:more_inference_params
Aug 31, 2023
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a2949a7
✨ Add additional text gen inference parameters
tharapalanivel a599d13
✨ Add new parameters in text gen modules
tharapalanivel 2ba85ef
🔀 Merge branch 'main' into more_inference_params
tharapalanivel def12c2
✨ Add more params
tharapalanivel 713da85
✅ Add tests with optional dependencies
tharapalanivel fe99733
🔀 Merge branch 'main' into more_inference_params
tharapalanivel 9873942
♻️ Add more inference params
tharapalanivel 84a15a0
✨ Support input_token_count in text gen output
tharapalanivel f1e3f51
🦺 Validate inference params
tharapalanivel d421b3c
♻️ Update defaults and minor refactor
tharapalanivel c671af7
🔀 Merge branch 'main' into more_inference_params
tharapalanivel b2c1ed2
⬆️ Upgrade caikit
tharapalanivel c0bb815
♻️ Refactor tgis utils
tharapalanivel bb192cf
🎨 formatting
tharapalanivel 10dac55
💡 Docstring edit
tharapalanivel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
nit: Above docstring can be modified a bit since we do provide
decoding_method
as option now so its not onlygreedy decoding
anymore