Skip to content

Commit 75728a0

Browse files
youkaichaorasmith
authored andcommitted
[HPU][misc] add comments for explanation (vllm-project#12034)
Signed-off-by: youkaichao <[email protected]>
1 parent 9ea4cde commit 75728a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/run-hpu-test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ set -ex
88
docker build -t hpu-test-env -f Dockerfile.hpu .
99

1010
# Setup cleanup
11+
# certain versions of HPU software stack have a bug that can
12+
# override the exit code of the script, so we need to use
13+
# separate remove_docker_container and remove_docker_container_and_exit
14+
# functions, while other platforms only need one remove_docker_container
15+
# function.
1116
EXITCODE=1
1217
remove_docker_container() { docker rm -f hpu-test || true; }
1318
remove_docker_container_and_exit() { remove_docker_container; exit $EXITCODE; }

0 commit comments

Comments
 (0)