Skip to content

Commit 5ec15b9

Browse files
authored
[TRTLLM-7030][fix] uppercase def value in pd-config (#6981)
Signed-off-by: ShiXiaowei02 <[email protected]>
1 parent e88cb92 commit 5ec15b9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ context_servers:
1717
enable_partial_reuse: False
1818
disable_overlap_scheduler: True
1919
cache_transceiver_config:
20-
backend: default
20+
backend: DEFAULT
2121
urls:
2222
- "localhost:8001"
2323
generation_servers:
@@ -32,6 +32,6 @@ generation_servers:
3232
free_gpu_memory_fraction: 0.2
3333
enable_partial_reuse: False
3434
cache_transceiver_config:
35-
backend: default
35+
backend: DEFAULT
3636
urls:
3737
- "localhost:8002"

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,5 @@ triton_server/test_triton_llm.py::test_gpt_speculative_decoding_bls[False-False-
315315
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)
316316
accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_nixl_backend SKIP (https://nvbugs/5448437)
317317
accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_nixl_backend SKIP (https://nvbugs/5448437)
318-
disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-bf16] SKIP (https://nvbugs/5459811)
319-
disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-3.1-8b-instruct-hf-fp8] SKIP (https://nvbugs/5459811)
320-
disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-fp8] SKIP (https://nvbugs/5459811)
321-
disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-v3-8b-hf] SKIP (https://nvbugs/5459811)
322318
accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_nvfp4_multi_gpus[latency_trtllmgen] SKIP (https://nvbugs/5445466)
323319
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)

0 commit comments

Comments
 (0)