-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
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
|
Diff is weird, I think you need to rebase. Then I can approve! |
54764a8 to
239f094
Compare
quizz time: what command did I use to rebase without any conflict? |
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.
LGTM
69351e4 to
180b53c
Compare
Co-authored-by: Rémi Ouazan <83456801+remi-or@users.noreply.github.com>
180b53c to
7827090
Compare
No description provided.