Skip to content

Commit a91453d

Browse files
authored
[None][waive] Waive tests (#7775)
Signed-off-by: Iman Tabrizian <[email protected]>
1 parent a49cfb3 commit a91453d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittest/llmapi/test_llm_pytorch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ def test_nemotron_nas_lora() -> None:
504504

505505

506506
@skip_gpu_memory_less_than_80gb
507+
@pytest.mark.skip(reason="https://nvbugs/5521949")
507508
def test_codellama_fp8_with_bf16_lora() -> None:
508509
model_dir = f"{llm_models_root()}/codellama/CodeLlama-7b-Instruct-hf/"
509510
quant_config = QuantConfig(quant_algo=QuantAlgo.FP8,
@@ -564,6 +565,7 @@ def test_codellama_fp8_with_bf16_lora() -> None:
564565

565566

566567
@skip_gpu_memory_less_than_80gb
568+
@pytest.mark.skip(reason="https://nvbugs/5521949")
567569
def test_bielik_11b_v2_2_instruct_multi_lora() -> None:
568570
model_dir = f"{llm_models_root()}/Bielik-11B-v2.2-Instruct"
569571

0 commit comments

Comments
 (0)