Removing the github runner.

This commit is contained in:
Nicolas Patry 2025-01-15 18:54:53 +01:00
parent 1470aec9d9
commit ef23cfd013
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

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"
;;