mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 12:44:56 +08:00
[CI Bugfix] Skip failing Tensorizer+LoRA test (#20724)
This commit is contained in:
parent
65393ee064
commit
be1e128dfb
@ -4,6 +4,8 @@ import subprocess
|
|||||||
import sys
|
import sys
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
import vllm
|
import vllm
|
||||||
from vllm import LLM
|
from vllm import LLM
|
||||||
from vllm.lora.request import LoRARequest
|
from vllm.lora.request import LoRARequest
|
||||||
@ -149,6 +151,8 @@ def test_llama_lora_tp4_fully_sharded_loras(sql_lora_files):
|
|||||||
generate_and_test(llm, sql_lora_files)
|
generate_and_test(llm, sql_lora_files)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason=("Skipping this test as tensorizer is not "
|
||||||
|
"working with LoRA as of #19619"))
|
||||||
@multi_gpu_test(num_gpus=2)
|
@multi_gpu_test(num_gpus=2)
|
||||||
@create_new_process_for_each_test()
|
@create_new_process_for_each_test()
|
||||||
def test_tp2_serialize_and_deserialize_lora(tmp_path, sql_lora_files,
|
def test_tp2_serialize_and_deserialize_lora(tmp_path, sql_lora_files,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user