File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ enroot/tensorrt_llm.devel.sqsh
114114# MacOSX Files
115115.DS_Store
116116
117+ # stress test aiperf output artifacts
118+ tests /integration /defs /stress_test /artifacts /
119+
117120# Agent related files
118121.claude /agent-memory /
119122.claude /agent-tests /perf-test-sync /report.html
Original file line number Diff line number Diff line change @@ -964,7 +964,9 @@ def create_aiperf_command(model_name,
964964 "--concurrency" ,
965965 str (concurrency ),
966966 "--output-artifact-dir" ,
967- ARTIFACTS_DIR ,
967+ os .path .join (
968+ ARTIFACTS_DIR ,
969+ f"{ model_name } -openai-completions-concurrency{ concurrency } " ),
968970 # "--verbose",
969971 ]
970972
Original file line number Diff line number Diff line change @@ -360,8 +360,6 @@ perf/test_perf_sanity.py::test_e2e[disagg_upload-gen_only-gb300_kimi-k25-thinkin
360360perf/test_visual_gen_perf_sanity.py::test_visual_gen_e2e[vg_upload-ltx2_blackwell-ltx2_2stage_bf16_i2v_cfg2_ulysses4_compile_on] SKIP (https://nvbugs/6294413)
361361perf/test_visual_gen_perf_sanity.py::test_visual_gen_e2e[vg_upload-ltx2_blackwell-ltx2_2stage_bf16_t2v_cfg2_ulysses4_compile_on] SKIP (https://nvbugs/6294413)
362362perf/test_visual_gen_perf_sanity.py::test_visual_gen_e2e[vg_upload-ltx2_blackwell-ltx2_nvfp4_i2v_cfg2_ulysses4_compile_on] SKIP (https://nvbugs/6294413)
363- stress_test/stress_test.py::test_run_stress_test[llama-v3-8b-instruct-hf_tp1-stress_time_300s_timeout_450s-GUARANTEED_NO_EVICT-pytorch-stress-test] SKIP (https://nvbugs/6215678)
364- stress_test/stress_test.py::test_run_stress_test[llama-v3-8b-instruct-hf_tp1-stress_time_300s_timeout_450s-MAX_UTILIZATION-pytorch-stress-test] SKIP (https://nvbugs/6215678)
365363test_doc.py::test_url_validity SKIP (https://nvbugs/6215684)
366364test_e2e.py::test_draft_token_tree_quickstart_advanced_eagle3[Llama-3.1-8b-Instruct-llama-3.1-model/Llama-3.1-8B-Instruct-EAGLE3-LLaMA3.1-Instruct-8B] SKIP (https://nvbugs/5989907)
367365test_e2e.py::test_draft_token_tree_quickstart_advanced_eagle3_depth_1_tree[Llama-3.1-8b-Instruct-llama-3.1-model/Llama-3.1-8B-Instruct-EAGLE3-LLaMA3.1-Instruct-8B] SKIP (https://nvbugs/5989907)
You can’t perform that action at this time.
0 commit comments