Skip to content

Commit c038fb3

Browse files
authored
[None][chore] cherry-pick 6940 (#7097)
Signed-off-by: Bo Deng <[email protected]>
1 parent 3ba9afc commit c038fb3

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

tests/integration/defs/accuracy/test_disaggregated_serving.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from tensorrt_llm.llmapi.tokenizer import load_hf_tokenizer
2424

2525
from ..conftest import (get_device_count, llm_models_root, parametrize_with_ids,
26-
skip_pre_blackwell, skip_pre_hopper)
26+
skip_no_hopper, skip_pre_blackwell, skip_pre_hopper)
2727
from ..trt_test_alternative import popen
2828
from .accuracy_core import (GSM8K, MMLU, JsonModeEval,
2929
LlmapiAccuracyTestHarness, get_accuracy_task)
@@ -640,6 +640,9 @@ class TestDeepSeekV3Lite(LlmapiAccuracyTestHarness):
640640
MODEL_NAME = "deepseek-ai/DeepSeek-V3-Lite"
641641
MODEL_PATH = f"{llm_models_root()}/DeepSeek-V3-Lite/bf16"
642642

643+
@pytest.mark.skip_less_device(2)
644+
@pytest.mark.skip_less_device_memory(60000)
645+
@skip_no_hopper
643646
def test_nixl_backend(self):
644647
ctx_server_config = {
645648
"disable_overlap_scheduler": True,
@@ -776,6 +779,8 @@ class TestQwen3_8B(LlmapiAccuracyTestHarness):
776779
MODEL_NAME = "Qwen3/Qwen3-8B"
777780
MODEL_PATH = f"{llm_models_root()}/Qwen3/Qwen3-8B-FP8"
778781

782+
@pytest.mark.skip_less_device(2)
783+
@skip_no_hopper
779784
def test_nixl_backend(self):
780785
ctx_server_config = {
781786
"disable_overlap_scheduler": True,
@@ -805,8 +810,6 @@ def test_nixl_backend(self):
805810
with launch_disaggregated_llm(disaggregated_server_config,
806811
ctx_server_config, gen_server_config,
807812
self.MODEL_PATH) as llm:
808-
task = MMLU(self.MODEL_NAME)
809-
task.evaluate(llm)
810813
task = GSM8K(self.MODEL_NAME)
811814
task.evaluate(llm)
812815

tests/integration/defs/disaggregated/test_disaggregated.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
import pytest
2222
import yaml
23-
from defs.conftest import llm_models_root, skip_arm, skip_no_hopper
23+
from defs.conftest import (get_sm_version, llm_models_root, skip_arm,
24+
skip_no_hopper)
2425
from defs.trt_test_alternative import check_call, check_output, popen
2526

2627
from tensorrt_llm.logger import logger
@@ -1270,6 +1271,9 @@ def get_config_for_benchmark(model_root, backend):
12701271
def test_disaggregated_benchmark_on_diff_backends(
12711272
disaggregated_test_root, disaggregated_example_root, llm_venv,
12721273
benchmark_model_root, benchmark_root, shared_gpt_path):
1274+
if "DeepSeek-V3-Lite" in benchmark_model_root and "fp8" in benchmark_model_root and get_sm_version(
1275+
) != 90:
1276+
pytest.skip("The test should only run on Hopper")
12731277
nixl_config = get_config_for_benchmark(benchmark_model_root, "NIXL")
12741278
ucx_config = get_config_for_benchmark(benchmark_model_root, "UCX")
12751279
temp_dir = tempfile.TemporaryDirectory()

tests/integration/test_lists/test-db/l0_dgx_b200.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ l0_dgx_b200:
4848
- accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4a16[dp4]
4949
- disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-bf16]
5050
- disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-3.1-8b-instruct-hf-fp8]
51-
- accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_nixl_backend
52-
- accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_nixl_backend
5351
- disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_fp8_nixl[DeepSeek-V3-Lite-fp8]
5452
- condition:
5553
ranges:
@@ -102,6 +100,5 @@ l0_dgx_b200:
102100
- accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_4gpus[dp4-CUTLASS]
103101
- accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_4gpus[dp4-TRITON]
104102
- disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-v3-8b-hf]
105-
- disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-fp8]
106103
# ------------- AutoDeploy tests ---------------
107104
- accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ triton_server/test_triton.py::test_t5_ib[t5-ib] SKIP (https://nvbugs/5456482)
296296
triton_server/test_triton_llm.py::test_gpt_speculative_decoding_bls[False-False-1---False-True-True-0-128-disableDecoupleMode-inflight_fused_batching-disableTrtOverlap-0.2-guaranteed_no_evict---1-1-1-False-ensemble] SKIP (https://nvbugs/5456485)
297297
accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=4] SKIP (https://nvbugs/5434320)
298298
accuracy/test_llm_api_pytorch.py::TestQwen3_235B_A22B::test_nvfp4[latency_moe_trtllm_eagle3] SKIP (https://nvbugs/5437384)
299-
accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_nixl_backend SKIP (https://nvbugs/5448437)
300-
accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_nixl_backend SKIP (https://nvbugs/5448437)
301299
accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_nvfp4_multi_gpus[latency_trtllmgen] SKIP (https://nvbugs/5445466)
302300
accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_nvfp4_multi_gpus[latency] SKIP (https://nvbugs/5445466)
303301
test_e2e.py::test_ptp_quickstart_multimodal[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503-image-True] SKIP (https://nvbugs/5459817)
@@ -313,7 +311,6 @@ disaggregated/test_disaggregated.py::test_disaggregated_diff_max_tokens[TinyLlam
313311
disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_fp8_tp1_single_gpu_mtp[DeepSeek-V3-Lite-fp8] SKIP (https://nvbugs/5465642)
314312
examples/test_multimodal.py::test_llm_multimodal_general[Mistral-Small-3.1-24B-Instruct-2503-pp:1-tp:1-bfloat16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5431146)
315313
accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_fp8_blockscale[latency] SKIP (https://nvbugs/5464461)
316-
disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-fp8] SKIP (https://nvbugs/5448449)
317314
full:H100/accuracy/test_llm_api_pytorch.py::TestLlama3_3_70BInstruct::test_eagle3_tp8[eagle3_one_model=True] SKIP (https://nvbugs/5467815)
318315
full:H100/accuracy/test_llm_api_pytorch.py::TestLlama3_3_70BInstruct::test_eagle3_tp8[eagle3_one_model=False] SKIP (https://nvbugs/5467815)
319316
full:H100/accuracy/test_llm_api_pytorch.py::TestLlama4ScoutInstruct::test_fp8[tp4-cuda_graph=True] SKIP (https://nvbugs/5467815)

0 commit comments

Comments
 (0)