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
6cb748e1
Unverified
Commit
6cb748e1
authored
Sep 19, 2024
by
Alexey Kondratiev(AMD)
Committed by
GitHub
Sep 19, 2024
Browse files
[CI/Build] Re-enabling Entrypoints tests on ROCm, excluding ones that fail (#8551)
parent
9e99407e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+9
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+1
-1
No files found.
.buildkite/run-amd-test.sh
View file @
6cb748e1
...
...
@@ -94,6 +94,15 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_sampler.py"
fi
#ignore certain Entrypoints tests
if
[[
$commands
==
*
" entrypoints/openai "
*
]]
;
then
commands
=
${
commands
//
" entrypoints/openai "
/
" entrypoints/openai
\
--ignore=entrypoints/openai/test_accuracy.py
\
--ignore=entrypoints/openai/test_audio.py
\
--ignore=entrypoints/openai/test_encoder_decoder.py
\
--ignore=entrypoints/openai/test_oot_registration.py "
}
fi
PARALLEL_JOB_COUNT
=
8
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
if
[[
$commands
==
*
"--shard-id="
*
]]
;
then
...
...
.buildkite/test-pipeline.yaml
View file @
6cb748e1
...
...
@@ -84,7 +84,7 @@ steps:
-
label
:
Entrypoints Test
# 20min
working_dir
:
"
/vllm-workspace/tests"
fast_check
:
true
#
mirror_hardwares: [amd]
mirror_hardwares
:
[
amd
]
source_file_dependencies
:
-
vllm/
commands
:
...
...
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