Unverified Commit 17347daa authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

[CI/Build][CPU] Update CPU CI test cases (#31466)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent b9793e6a
...@@ -84,7 +84,7 @@ function cpu_tests() { ...@@ -84,7 +84,7 @@ function cpu_tests() {
docker exec cpu-test-"$NUMA_NODE" bash -c " docker exec cpu-test-"$NUMA_NODE" bash -c "
set -e set -e
pytest -x -s -v \ pytest -x -s -v \
tests/lora/test_qwen2vl.py" tests/lora/test_qwenvl.py"
# online serving: tp+pp # online serving: tp+pp
docker exec cpu-test-"$NUMA_NODE" bash -c ' docker exec cpu-test-"$NUMA_NODE" bash -c '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment