[main][Bugfix] Fix ngram precision issue and open e2e ngram test (#4090)

### What this PR does / why we need it?
Fix ngram precision issue and open e2e ngram test

- vLLM version: v0.11.0
- vLLM main:
83f478bb19

---------

Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: zhaomingyu <zhaomingyu13@h-partners.com>
Co-authored-by: Icey <1790571317@qq.com>
This commit is contained in:
zhaomingyu13
2025-11-11 09:06:24 +08:00
committed by GitHub
parent 64220c68c5
commit 7ffbe73d54
3 changed files with 21 additions and 19 deletions

View File

@@ -108,8 +108,8 @@ jobs:
# ------------------------------------ v1 spec decode test ------------------------------------ #
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_mtp_correctness.py
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_mtp_torchair_correctness.py
# Fix me: OOM error
# pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py
# Fix me: test_eagle_correctness OOM error
pytest -sv tests/e2e/singlecard/spec_decode_v1/test_v1_spec_decode.py
# TODO: Move ops test to nightly test
#pytest -sv tests/e2e/singlecard/ops/