Skip to content

Commit ed2535d

Browse files
authored
Merge branch 'main' into new_realtime
2 parents adf5a57 + 7a34298 commit ed2535d

71 files changed

Lines changed: 1017 additions & 1860 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/scripts/hardware_ci/run-amd-test.sh

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ set -o pipefail
1111
export PYTHONPATH=".."
1212

1313
# Print ROCm version
14-
echo "--- Confirming Clean Initial State"
15-
while true; do
16-
sleep 3
17-
if grep -q clean /opt/amdgpu/etc/gpu_state; then
18-
echo "GPUs state is \"clean\""
19-
break
20-
fi
21-
done
22-
2314
echo "--- ROCm info"
2415
rocminfo
2516

@@ -51,18 +42,6 @@ cleanup_docker() {
5142
# Call the cleanup docker function
5243
cleanup_docker
5344

54-
echo "--- Resetting GPUs"
55-
56-
echo "reset" > /opt/amdgpu/etc/gpu_state
57-
58-
while true; do
59-
sleep 3
60-
if grep -q clean /opt/amdgpu/etc/gpu_state; then
61-
echo "GPUs state is \"clean\""
62-
break
63-
fi
64-
done
65-
6645
echo "--- Pulling container"
6746
## Temporary change to use AMD Docker Hub to store the vllm-omni image
6847
# to bypass the rate limit issue with ECR Public Gallery.

0 commit comments

Comments
 (0)