chore: [nvbug_5273941] unwaive test_llm_loading_from_ckpt_for_tp2 (#4725)

Signed-off-by: Erin Ho <14718778+hchings@users.noreply.github.com>
This commit is contained in:
Erin 2025-05-28 15:54:32 -07:00 committed by GitHub
parent bf691b3d28
commit 820c39041f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,6 @@ def engine_from_checkpoint() -> tempfile.TemporaryDirectory:
@pytest.mark.part0
def test_llm_loading_from_ckpt_for_tp2(
engine_from_checkpoint: tempfile.TemporaryDirectory):
pytest.skip(reason="https://nvbugspro.nvidia.com/bug/5273941")
tokenizer = TransformersTokenizer.from_pretrained(llama_model_path)
llm_test_harness(engine_from_checkpoint.name,
prompts, ["D E F G H I J K"],