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
cc74499d
"...git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "65a6c5cf65b64a6e898b2160c2f6df18775b1735"
Unverified
Commit
cc74499d
authored
Jun 09, 2025
by
Ke Bao
Committed by
GitHub
Jun 08, 2025
Browse files
Fix draft extend ut stability with flush cache (#6979)
parent
0c1f03a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
test/srt/test_eagle_infer.py
test/srt/test_eagle_infer.py
+3
-0
No files found.
test/srt/test_eagle_infer.py
View file @
cc74499d
...
...
@@ -612,6 +612,9 @@ class TestEAGLEDraftExtend(CustomTestCase):
kill_process_tree
(
cls
.
process
.
pid
)
def
test_one_batch_accept_length
(
self
):
resp
=
requests
.
get
(
self
.
base_url
+
"/flush_cache"
)
self
.
assertEqual
(
resp
.
status_code
,
200
)
prompts
=
[
"Hello, my name is"
,
"The president of the United States is"
,
...
...
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