Removing the github runner. (#2912)

This commit is contained in:
Nicolas Patry 2025-01-15 19:20:44 +01:00 committed by GitHub
parent 1470aec9d9
commit 120bd3e3bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,8 @@ jobs:
export label_extension="-rocm"
export docker_devices="/dev/kfd,/dev/dri"
export docker_volume="/mnt"
export runs_on="amd-gpu-runners"
# This runner was deactivated.
export runs_on="ubuntu-latest"
export platform=""
export extra_pytest="-k test_flash_gemma_gptq_load"
;;