mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
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:
parent
bf691b3d28
commit
820c39041f
@ -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"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user