Closed as not planned
Description
🚀 The feature, motivation and pitch
I am running vLLM on aws batch on large datasets and would like to see the progress of the jobs, this is currently not possible.
however tqdm-loggable does enable this, but then I would need to swap the tqdm driver in the llm_engine, this is however not exposed.
so my request would be either to move to tqdm-loggable since it automatically switches given a interactive vs non-interactive environment. Or expose tqdm such that the user can swap it themselves.
Alternatives
No response
Additional context
No response