1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

move to GH hosted M1 runner (#7949)

This commit is contained in:
Guillaume LEGENDRE
2024-05-15 10:17:36 +02:00
committed by GitHub
parent d27e996ccd
commit 4dd7aaa06f

View File

@@ -23,7 +23,7 @@ concurrency:
jobs:
run_fast_tests_apple_m1:
name: Fast PyTorch MPS tests on MacOS
runs-on: [ self-hosted, apple-m1 ]
runs-on: macos-13-xlarge
steps:
- name: Checkout diffusers