From 549e8b83667b4816f1a697048c561b57e0f3f5b1 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 9 Nov 2024 15:07:27 -0800 Subject: [PATCH] [Minor] Fix a typo in test_torchao.py (#1976) --- test/srt/test_torchao.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/srt/test_torchao.py b/test/srt/test_torchao.py index 765567136..2a2fcb8df 100644 --- a/test/srt/test_torchao.py +++ b/test/srt/test_torchao.py @@ -13,7 +13,7 @@ from sglang.test.test_utils import ( ) -class TestTorchCompile(unittest.TestCase): +class TestTorchAO(unittest.TestCase): @classmethod def setUpClass(cls): cls.model = DEFAULT_MODEL_NAME_FOR_TEST