Skip to content

Commit 2c0293c

Browse files
authored
[https://nvbugs/5601682][fix] Unwaiving disagg test (NVIDIA#9627)
Signed-off-by: Patrice Castonguay <[email protected]>
1 parent ece3a87 commit 2c0293c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/integration/defs/disaggregated/test_configs/disagg_config_deepseek_v3_lite_empty_batch.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ context_servers:
1212
max_num_tokens: 512
1313
max_seq_len: 768
1414
tensor_parallel_size: 2
15-
moe_expert_parallel_size: 2
1615
enable_attention_dp: true
1716
pipeline_parallel_size: 1
1817
print_iter_log: true
@@ -34,7 +33,6 @@ generation_servers:
3433
max_num_tokens: 2048
3534
max_seq_len: 2560
3635
tensor_parallel_size: 1
37-
moe_expert_parallel_size: 1
3836
enable_attention_dp: false
3937
enable_lm_head_tp_in_adp: false
4038
pipeline_parallel_size: 1
@@ -50,8 +48,6 @@ generation_servers:
5048
enable_block_reuse: false
5149
free_gpu_memory_fraction: 0.7
5250
max_tokens: 2560
53-
moe_config:
54-
backend: CUTLASS
5551
cache_transceiver_config:
5652
max_tokens_in_buffer: 8448
5753
backend: DEFAULT

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ unittest/bindings/test_hostfunc.py::test_hostfunc SKIP (https://nvbugs/5643631)
338338
examples/test_multimodal.py::test_llm_multimodal_general[nougat-base-pp:1-tp:1-bfloat16-bs:8-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5568052)
339339
accuracy/test_llm_api_pytorch_multimodal.py::TestNVILA_8B::test_auto_dtype SKIP (https://nvbugs/5648441)
340340
accuracy/test_llm_api_pytorch_multimodal.py::TestVILA1_5_3B::test_auto_dtype SKIP (https://nvbugs/5648441)
341-
accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_nixl_backend SKIP (https://nvbugs/5651824)
342-
disaggregated/test_disaggregated.py::test_disaggregated_deepseek_v3_lite_bf16_empty_batch[DeepSeek-V3-Lite-bf16] SKIP (https://nvbugs/5601682)
343341
examples/test_multimodal.py::test_llm_multimodal_general[llava-1.5-7b-hf-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
344342
examples/test_multimodal.py::test_llm_multimodal_general[llava-1.5-7b-hf-pp:1-tp:1-float16-bs:8-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)
345343
examples/test_multimodal.py::test_llm_multimodal_general[llava-onevision-qwen2-7b-ov-hf-video-pp:1-tp:1-float16-bs:1-cpp_e2e:False-nb:1] SKIP (https://nvbugs/5655832)

0 commit comments

Comments
 (0)