Skip to content

Commit 120bd3e

Browse files
authored
Removing the github runner. (#2912)
1 parent 1470aec commit 120bd3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
export label_extension="-rocm"
6868
export docker_devices="/dev/kfd,/dev/dri"
6969
export docker_volume="/mnt"
70-
export runs_on="amd-gpu-runners"
70+
# This runner was deactivated.
71+
export runs_on="ubuntu-latest"
7172
export platform=""
7273
export extra_pytest="-k test_flash_gemma_gptq_load"
7374
;;

0 commit comments

Comments
 (0)