mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-09 05:42:15 +08:00
[CI] remove flaky v0 test (#22864)
Signed-off-by: Robert Shaw <robshaw@redhat.com> Co-authored-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
1d20c34717
commit
a353bd083d
@ -24,18 +24,7 @@ ACTIVE_MM_LORA_RESPONSE = "Spoken text: The first words I spoke in the original
|
|||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def monkeypatch_module():
|
def multimodal_server(): # noqa: F811
|
||||||
from _pytest.monkeypatch import MonkeyPatch
|
|
||||||
mpatch = MonkeyPatch()
|
|
||||||
yield mpatch
|
|
||||||
mpatch.undo()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module", params=[False, True])
|
|
||||||
def multimodal_server(request, monkeypatch_module): # noqa: F811
|
|
||||||
|
|
||||||
use_v1 = request.param
|
|
||||||
monkeypatch_module.setenv('VLLM_USE_V1', '1' if use_v1 else '0')
|
|
||||||
|
|
||||||
args = [
|
args = [
|
||||||
# use half precision for speed and memory savings in CI environment
|
# use half precision for speed and memory savings in CI environment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user