-
Notifications
You must be signed in to change notification settings - Fork 83
[3/N][CI/UT] add spec decode e2e UT #487
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
base: v0.7.3-dev
Are you sure you want to change the base?
Conversation
63f049c
to
7c03c68
Compare
Co-authored-by: mengwei805 <mengwei25@huawei.com> Co-authored-by: MengqingCao <cmq0113@163.com> Signed-off-by: mengwei805 <mengwei25@huawei.com>
7c03c68
to
21b49d7
Compare
@@ -148,7 +148,7 @@ jobs: | |||
- name: Run vllm-project/vllm-ascend key feature test | |||
if: steps.filter.outputs.speculative_tests_changed | |||
run: | | |||
pytest -sv tests/spec_decode | |||
pytest -sv tests/spec_decode/e2e/test_eagle_correctness.py::test_llama2_eagle_e2e_greedy_correctness |
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.
todo: Revert this when successfully download llama model
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.
OK, the modification here is just for debugging. I will restore it after debugging is successful.
What this PR does / why we need it?
Does this PR introduce any user-facing change?
None
How was this patch tested?
Local verification passed