Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
549e8b83
Unverified
Commit
549e8b83
authored
Nov 09, 2024
by
Lianmin Zheng
Committed by
GitHub
Nov 09, 2024
Browse files
[Minor] Fix a typo in test_torchao.py (#1976)
parent
a1f32867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/test_torchao.py
test/srt/test_torchao.py
+1
-1
No files found.
test/srt/test_torchao.py
View file @
549e8b83
...
@@ -13,7 +13,7 @@ from sglang.test.test_utils import (
...
@@ -13,7 +13,7 @@ from sglang.test.test_utils import (
)
)
class
TestTorch
Compile
(
unittest
.
TestCase
):
class
TestTorch
AO
(
unittest
.
TestCase
):
@
classmethod
@
classmethod
def
setUpClass
(
cls
):
def
setUpClass
(
cls
):
cls
.
model
=
DEFAULT_MODEL_NAME_FOR_TEST
cls
.
model
=
DEFAULT_MODEL_NAME_FOR_TEST
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment