-
Notifications
You must be signed in to change notification settings - Fork 744
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
[Feature] Add docs for local accuracy tests #2953
Comments
Some useful tools can be used for accuracy test:
|
Great. We should build a pipeline for this, not only docs. |
If it is ok for you I can take this issue but I have some questions:
|
@ispobock could you also help with this? |
Hi @simveit , thanks for taking this!
|
hi @ispobock thanks for the reply. |
@zhyncs Yineng, what's your opinion? |
I think a markdown is okay. Thanks Simon! |
In most cases, the SGLang benchmark scripts is the most convenient and effective way for accuracy test. While some of the users may be familiar with other tools I mentioned above. We can involve brief usage introduction for them as a guide, and focus on the SGLang scripts. |
Checklist
Motivation
Following this #2951 (comment)
In our test files of backend,
/test/srt
, some of the tests take a great many of time and can't be triggered in our CI for every commits. But some contributors want to change some of the codes, directly related to accuracy. It's better for them to test accuracy that is not covered in CI and report the results. Related tests are:export models args python3 test/srt/test_eval_accuracy_mini.py
Related resources
No response
The text was updated successfully, but these errors were encountered: