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
e4248849
Unverified
Commit
e4248849
authored
Jun 10, 2025
by
Li, Jiang
Committed by
GitHub
Jun 10, 2025
Browse files
[BugFix][CPU] Fix CPU CI by ignore collecting test_pixtral (#19411)
Signed-off-by:
jiang.li
<
jiang1.li@intel.com
>
parent
467bef18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.buildkite/scripts/hardware_ci/run-cpu-test.sh
.buildkite/scripts/hardware_ci/run-cpu-test.sh
+4
-1
No files found.
.buildkite/scripts/hardware_ci/run-cpu-test.sh
View file @
e4248849
...
@@ -43,7 +43,10 @@ function cpu_tests() {
...
@@ -43,7 +43,10 @@ function cpu_tests() {
pytest -v -s tests/kernels/attention/test_mla_decode_cpu.py -m cpu_model
pytest -v -s tests/kernels/attention/test_mla_decode_cpu.py -m cpu_model
pytest -v -s tests/models/language/generation -m cpu_model
pytest -v -s tests/models/language/generation -m cpu_model
pytest -v -s tests/models/language/pooling -m cpu_model
pytest -v -s tests/models/language/pooling -m cpu_model
pytest -v -s tests/models/multimodal/generation --ignore=tests/models/multimodal/generation/test_mllama.py -m cpu_model"
pytest -v -s tests/models/multimodal/generation
\
--ignore=tests/models/multimodal/generation/test_mllama.py
\
--ignore=tests/models/multimodal/generation/test_pixtral.py
\
-m cpu_model"
# Run compressed-tensor test
# Run compressed-tensor test
docker
exec
cpu-test-
"
$NUMA_NODE
"
bash
-c
"
docker
exec
cpu-test-
"
$NUMA_NODE
"
bash
-c
"
...
...
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