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

[Bug]: Mismatch of tqdm when n > 1 #10949

Open
1 task done
MraDonkey opened this issue Dec 6, 2024 · 3 comments · May be fixed by #12428
Open
1 task done

[Bug]: Mismatch of tqdm when n > 1 #10949

MraDonkey opened this issue Dec 6, 2024 · 3 comments · May be fixed by #12428
Labels
bug Something isn't working

Comments

@MraDonkey
Copy link

MraDonkey commented Dec 6, 2024

Your current environment

The progress of tqdm seems to be mismatched when n is not equal to 1. For example, if I run vllm on a dataset consisting of 1000 examples and set n = 5, tqdm displays as 0-5000, while it actually finishes when tqdm is loaded to 1000.

Model Input Dumps

🐛 Describe the bug

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@MraDonkey MraDonkey added the bug Something isn't working label Dec 6, 2024
@mertunsall
Copy link

mertunsall commented Dec 13, 2024

I have the same bug - I looked in the source code for a bit but couldn't identify the change that caused this bug.

@li-55555
Copy link

same bug

@wenlongzhao094
Copy link

Same issue as #11519 .

With v0.6.0, tqdm shows the number of prompts and a fast "est. speed input".

With v0.6.6, tqdm shows (the number of prompts x the number of generations per prompt) and a very slow "est. speed input".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants