This commit is contained in:
Nicolas Patry 2024-06-08 22:16:37 +02:00
parent eec6c3241b
commit 41699e9bbf
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8
1 changed files with 3 additions and 2 deletions

View File

@ -54,8 +54,9 @@ jobs:
export dockerfile="Dockerfile_amd"
export label_extension="-rocm"
export docker_devices="/dev/kfd,/dev/dri"
export runs_on="amd-gpu-tgi"
# export runs_on="ubuntu-latest"
# TODO Re-enable when they pass.
# export runs_on="amd-gpu-tgi"
export runs_on="ubuntu-latest"
;;
intel)
export dockerfile="Dockerfile_intel"