-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
[CI] Adjust threshold for flaky ngram spec decoding test #24528
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
Signed-off-by: Nick Hill <nhill@redhat.com>
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.
Code Review
This pull request adjusts the threshold for a flaky test in test_spec_decode.py. The change lowers the required match rate and also corrects a logical inconsistency in the assertion. My review includes a suggestion to make the assertion more robust by avoiding integer truncation, which could lead to incorrect test behavior if the number of test cases changes in the future. This will improve the long-term stability and correctness of the test.
…ect#24528 Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
…t#24528) Signed-off-by: Nick Hill <nhill@redhat.com>
…t#24528) Signed-off-by: Nick Hill <nhill@redhat.com>
…t#24528) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…t#24528) Signed-off-by: Nick Hill <nhill@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Example failure: https://buildkite.com/vllm/ci/builds/29986#01992f4f-eb2f-49b5-a31f-9e6ead3a010e
Fixes #24314