"vscode:/vscode.git/clone" did not exist on "2f5000e3daacb7a97dc4c6b8279b748717190ca8"
Unverified Commit 549e8b83 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

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

parent a1f32867
...@@ -13,7 +13,7 @@ from sglang.test.test_utils import ( ...@@ -13,7 +13,7 @@ from sglang.test.test_utils import (
) )
class TestTorchCompile(unittest.TestCase): class TestTorchAO(unittest.TestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
cls.model = DEFAULT_MODEL_NAME_FOR_TEST cls.model = DEFAULT_MODEL_NAME_FOR_TEST
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment