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
53179026
"vscode:/vscode.git/clone" did not exist on "541ce716b9dacae94ef8cd99f179df16b9f73d84"
Unverified
Commit
53179026
authored
Feb 01, 2025
by
Ke Bao
Committed by
GitHub
Feb 01, 2025
Browse files
Add test for fp8 torch compile (#3246)
parent
d7c0b32f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
test/srt/test_mla.py
test/srt/test_mla.py
+6
-1
No files found.
test/srt/test_mla.py
View file @
53179026
...
@@ -62,7 +62,12 @@ class TestDeepseekV3(unittest.TestCase):
...
@@ -62,7 +62,12 @@ class TestDeepseekV3(unittest.TestCase):
cls
.
model
,
cls
.
model
,
cls
.
base_url
,
cls
.
base_url
,
timeout
=
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH
,
timeout
=
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH
,
other_args
=
[
"--trust-remote-code"
],
other_args
=
[
"--trust-remote-code"
,
"--enable-torch-compile"
,
"--cuda-graph-max-bs"
,
"2"
,
],
)
)
@
classmethod
@
classmethod
...
...
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