[Minor] Fix a typo in test_torchao.py (#1976)

This commit is contained in:
Lianmin Zheng
2024-11-09 15:07:27 -08:00
committed by GitHub
parent a1f32867ca
commit 549e8b8366

View File

@@ -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