Skip to content
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

Adding the option to avoid displaying tqdm bars at inference with vllm #1004

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

BIMM99
Copy link
Contributor

@BIMM99 BIMM99 commented Jun 24, 2024

Very minor change that adds the possibility to avoid displaying progress bars within outlines. It is not changing the default behaviour and is just about adding an argument (use_tqdm) to the LLM.generate call.

It was useful for a personal project and I did not find another way to do so, so I decided to PR this.

Minor change that add the possibility to avoid displaying progress bars within `outlines`. It is not changing the default behaviour and is just about adding an arg to the `LLM.generate` call.
@BIMM99 BIMM99 changed the title Adding the option to avoid displaying tqdm bars at inference Adding the option to avoid displaying tqdm bars at inference with vllm Jun 24, 2024
@rlouf rlouf merged commit f7d525b into dottxt-ai:main Jun 24, 2024
7 checks passed
@rlouf
Copy link
Member

rlouf commented Jun 24, 2024

Thank you for contributing!

@BIMM99
Copy link
Contributor Author

BIMM99 commented Jun 24, 2024

Pleasure wasn't too much work tbh ! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants