Skip to content

Commit 796891b

Browse files
authored
[None][infra] Skip a failed case in pre-merge for main on 10/19 (#8479)
Signed-off-by: qqiao <[email protected]>
1 parent dd25595 commit 796891b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittest/_torch/auto_deploy/unit/singlegpu/test_ad_build_small_single.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def _check_ad_config(experiment_config: ExperimentConfig, llm_args: LlmArgs):
190190
],
191191
)
192192
def test_build_ad(model_hub_id: str, llm_extra_args: dict):
193+
if model_hub_id == "meta-llama/Meta-Llama-3.1-8B-Instruct":
194+
pytest.skip("https://nvbugs/5595652")
193195
experiment_config = get_small_model_config(model_hub_id, **llm_extra_args)
194196
experiment_config["args"]["runtime"] = "demollm" # Default runtime set to demollm
195197
experiment_config["args"]["world_size"] = 0 # Default world_size set to 0

0 commit comments

Comments
 (0)