[Bugfix][Hardware][CPU] Fix broken encoder-decoder CPU runner (#10218)

Signed-off-by: Isotr0py <2037008807@qq.com>
This commit is contained in:
Isotr0py
2024-11-11 20:37:58 +08:00
committed by GitHub
parent 5fb1f935b0
commit 2cebda42bb
4 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ source /etc/environment
docker run -itd --entrypoint /bin/bash -v ~/.cache/huggingface:/root/.cache/huggingface --privileged=true --network host -e HF_TOKEN="$HF_TOKEN" --name cpu-test cpu-test
function cpu_tests() {
set -e
# Run basic model test
docker exec cpu-test bash -c "
set -e