Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the option to avoid displaying tqdm bars at inference with `vl…
…lm` (#1004) 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.
- Loading branch information