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
21d485f8
"vscode:/vscode.git/clone" did not exist on "ac92a1116f027c4f8d019ace4fd3fb29d1c4223b"
Unverified
Commit
21d485f8
authored
Mar 16, 2025
by
lukec
Committed by
GitHub
Mar 15, 2025
Browse files
Fix test_create_kvindices unit test (#4452)
parent
035ac2ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
test/srt/run_suite.py
test/srt/run_suite.py
+1
-0
test/srt/test_create_kvindices.py
test/srt/test_create_kvindices.py
+1
-3
No files found.
test/srt/run_suite.py
View file @
21d485f8
...
...
@@ -72,6 +72,7 @@ suites = {
TestFile
(
"test_vision_openai_server.py"
,
344
),
TestFile
(
"test_w8a8_quantization.py"
,
46
),
TestFile
(
"test_eval_fp8_accuracy.py"
,
172
),
TestFile
(
"test_create_kvindices.py"
,
2
),
],
"nightly"
:
[
TestFile
(
"test_nightly_gsm8k_eval.py"
),
...
...
test/srt/test_create_kvindices.py
View file @
21d485f8
...
...
@@ -4,9 +4,7 @@ import unittest
import
numpy
as
np
import
torch
from
sglang.srt.layers.attention.flashinfer_utils
import
(
create_flashinfer_kv_indices_triton
,
)
from
sglang.srt.layers.attention.utils
import
create_flashinfer_kv_indices_triton
class
TestCreateKvIndices
(
unittest
.
TestCase
):
...
...
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