From 941e82faa6deaf17e21ea7c46e9e413e7a24a1cd Mon Sep 17 00:00:00 2001 From: Erin <14718778+hchings@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:46:32 -0700 Subject: [PATCH] waive test_tinyllama_guided_decoding (#3997) Signed-off-by: Erin Ho <14718778+hchings@users.noreply.github.com> --- tests/unittest/llmapi/test_llm_pytorch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unittest/llmapi/test_llm_pytorch.py b/tests/unittest/llmapi/test_llm_pytorch.py index 20ee44a093..5c06e873ea 100644 --- a/tests/unittest/llmapi/test_llm_pytorch.py +++ b/tests/unittest/llmapi/test_llm_pytorch.py @@ -16,6 +16,7 @@ from utils.util import force_ampere @force_ampere def test_tinyllama_guided_decoding(): + pytest.skip(reason="https://nvbugs/5240350") tinyllama_guided_decoding_test_harness(backend="pytorch")