[Accuracy Benchmark]Add VBench video accuracy benchmarks t2v and i2v#2209
Draft
david6666666 wants to merge 4 commits intovllm-project:mainfrom
Draft
[Accuracy Benchmark]Add VBench video accuracy benchmarks t2v and i2v#2209david6666666 wants to merge 4 commits intovllm-project:mainfrom
david6666666 wants to merge 4 commits intovllm-project:mainfrom
Conversation
Signed-off-by: David Chen <530634352@qq.com>
Signed-off-by: David Chen <530634352@qq.com>
Signed-off-by: David Chen <530634352@qq.com>
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.
Purpose
Add video accuracy benchmark scaffolding for vLLM-Omni with:
VBenchrunner fortext_to_videoVBench-I2Vrunner forimage_to_video/v1/videosclient and benchmark utilitiesScope of this PR:
benchmarks/accuracy/common.pybenchmarks/accuracy/text_to_video/run_vbench.pybenchmarks/accuracy/image_to_video/run_vbench_i2v.pytests/e2e/accuracy/smoke test scaffolding for VBench and VBench-I2VBehavior notes:
text_to_videousesVBenchimage_to_videousesVBench-I2V--vbench-root/VBENCH_REPO_ROOT, not vendoring.buildkite/test-merge.ymlor.buildkite/test-ready.ymlTest Plan
python -m py_compile benchmarks/accuracy/common.py benchmarks/accuracy/text_to_video/run_vbench.py benchmarks/accuracy/image_to_video/run_vbench_i2v.py tests/benchmarks/test_video_accuracy_bench_utils.py tests/e2e/accuracy/conftest.py tests/e2e/accuracy/test_vbench_t2v_l4_smoke.py tests/e2e/accuracy/test_vbench_i2v_l4_smoke.pysummarize_vbench_resultssummarize_vbench_i2v_resultsvbench_import_contextprefers explicit repo checkout over preinstalled modulespytest tests/benchmarks/test_video_accuracy_bench_utils.pypytest tests/e2e/accuracy/test_vbench_t2v_l4_smoke.pypytest tests/e2e/accuracy/test_vbench_i2v_l4_smoke.pyTest Result
python -m py_compileon all newly added benchmark and test filespytestfor the new tests, because the local environment fails during existing repo test bootstrap withModuleNotFoundError: No module named 'soundfile'fromtests/conftest.pyEssential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model. Please runmkdocs serveto sync the documentation editions to./docs.BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)