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
71161e8b
Unverified
Commit
71161e8b
authored
Mar 26, 2026
by
Fadi Arafeh
Committed by
GitHub
Mar 26, 2026
Browse files
[cpu][ci] remove soft-fail for Arm CI and add quant model tests (#37691)
Signed-off-by:
Fadi Arafeh
<
fadi.arafeh@arm.com
>
parent
38de8223
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.buildkite/hardware_tests/cpu.yaml
.buildkite/hardware_tests/cpu.yaml
+1
-0
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
+7
-2
No files found.
.buildkite/hardware_tests/cpu.yaml
View file @
71161e8b
...
...
@@ -101,6 +101,7 @@ steps:
-
label
:
"
Arm
CPU
Test"
depends_on
:
[]
soft_fail
:
false
device
:
arm_cpu
no_plugin
:
true
commands
:
...
...
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
View file @
71161e8b
...
...
@@ -5,8 +5,8 @@
set
-ex
# allow to bind to different cores
CORE_RANGE
=
${
CORE_RANGE
:-
0
-1
6
}
OMP_CORE_RANGE
=
${
OMP_CORE_RANGE
:-
0
-1
6
}
CORE_RANGE
=
${
CORE_RANGE
:-
0
-
3
1
}
OMP_CORE_RANGE
=
${
OMP_CORE_RANGE
:-
0
-
3
1
}
export
CMAKE_BUILD_PARALLEL_LEVEL
=
16
...
...
@@ -41,6 +41,11 @@ function cpu_tests() {
set -e
pytest -x -v -s tests/models/multimodal/generation/test_whisper.py -m cpu_model"
# Run quantized model tests
docker
exec
cpu-test bash
-c
"
set -e
pytest -x -v -s tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs"
# Run kernel tests
docker
exec
cpu-test bash
-c
"
set -e
...
...
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