-
Notifications
You must be signed in to change notification settings - Fork 31.2k
feat(cb): use context manager in generate_batch
#42190
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
base: cb-prefix-sharing
Are you sure you want to change the base?
feat(cb): use context manager in generate_batch
#42190
Conversation
remi-or
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.
I have a few comments, otherwise looks good!
src/transformers/generation/continuous_batching/continuous_api.py
Outdated
Show resolved
Hide resolved
| try: | ||
| from tqdm.contrib.logging import logging_redirect_tqdm | ||
|
|
||
| with logging_redirect_tqdm([logger]): |
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.
to decrease indentation level, we put the two context managers on the same line
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.
>:(
src/transformers/generation/continuous_batching/continuous_api.py
Outdated
Show resolved
Hide resolved
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
generate_batch\generate_batch
src/transformers/generation/continuous_batching/continuous_api.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Rémi Ouazan <[email protected]>
No description provided.