Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
615e4a54
Unverified
Commit
615e4a54
authored
Jan 08, 2025
by
Tyler Michael Smith
Committed by
GitHub
Jan 08, 2025
Browse files
[CI] Turn on basic correctness tests for V1 (#10864)
parent
3db0cafd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/basic_correctness/test_basic_correctness.py
tests/basic_correctness/test_basic_correctness.py
+0
-1
No files found.
tests/basic_correctness/test_basic_correctness.py
View file @
615e4a54
...
...
@@ -44,7 +44,6 @@ def test_vllm_gc_ed():
assert
weak_llm
()
is
None
@
pytest
.
mark
.
skip_v1
@
pytest
.
mark
.
parametrize
(
"model"
,
MODELS
)
@
pytest
.
mark
.
parametrize
(
"backend"
,
[
"FLASH_ATTN"
,
"XFORMERS"
,
"FLASHINFER"
])
@
pytest
.
mark
.
parametrize
(
"dtype"
,
[
"half"
])
...
...
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