Skip to content

Commit

Permalink
buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 11, 2024
1 parent c62a0e8 commit 29129ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
using Pkg
Pkg.resolve()'
commands: |
printf "[MLDataDevices]\ngpu_backend = \"Metal\"" > LocalPreferences.toml
printf "[MLDataDevices]\ngpu_backend = \"Metal\"\n" > LocalPreferences.toml
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
rocm: "*"
rocmgpu: "*"
commands: |
printf "[MLDataDevices]\ngpu_backend = \"AMDGPU\"" > LocalPreferences.toml
printf "[MLDataDevices]\ngpu_backend = \"AMDGPU\"\n" > LocalPreferences.toml
timeout_in_minutes: 60
env:
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
Expand Down

0 comments on commit 29129ea

Please sign in to comment.