File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
defs/disaggregated/test_configs Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -338,8 +338,6 @@ unittest/bindings/test_hostfunc.py::test_hostfunc SKIP (https://nvbugs/5643631)
338338examples/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)
339339accuracy/test_llm_api_pytorch_multimodal.py::TestNVILA_8B::test_auto_dtype SKIP (https://nvbugs/5648441)
340340accuracy/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)
343341examples/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)
344342examples/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)
345343examples/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)
You can’t perform that action at this time.
0 commit comments