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
a5fda50a
Unverified
Commit
a5fda50a
authored
Nov 06, 2024
by
Isotr0py
Committed by
GitHub
Nov 06, 2024
Browse files
[CI/Build] Fix large_gpu_mark reason (#10070)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
21063c11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/utils.py
tests/utils.py
+1
-1
No files found.
tests/utils.py
View file @
a5fda50a
...
...
@@ -699,7 +699,7 @@ def large_gpu_mark(min_gb: int) -> pytest.MarkDecorator:
return
pytest
.
mark
.
skipif
(
memory_gb
<
min_gb
,
reason
=
f
"Need at least
{
m
emory
_gb
}
GB GPU memory to run the test."
,
reason
=
f
"Need at least
{
m
in
_gb
}
GB GPU memory to run the test."
,
)
...
...
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