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
45212ce1
Unverified
Commit
45212ce1
authored
Mar 18, 2025
by
Ke Bao
Committed by
GitHub
Mar 18, 2025
Browse files
Add deepseek v2 torch compile pr test (#4538)
parent
c16b33cc
Changes
1
Hide 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 @
45212ce1
...
...
@@ -20,7 +20,12 @@ class TestMLA(unittest.TestCase):
cls
.
model
,
cls
.
base_url
,
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
...
...
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