Unverified Commit c5fdf33a authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[Benchmarking] check if runner helps to restore benchmarking (#8929)

* check if runner helps.

* remove caching

* gpus

* update runner group
parent 77c5de2e
...@@ -19,10 +19,11 @@ jobs: ...@@ -19,10 +19,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1 max-parallel: 1
runs-on: [single-gpu, nvidia-gpu, a10, ci] runs-on:
group: aws-g6-4xlarge-plus
container: container:
image: diffusers/diffusers-pytorch-compile-cuda image: diffusers/diffusers-pytorch-compile-cuda
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0 options: --shm-size "16gb" --ipc host --gpus 0
steps: steps:
- name: Checkout diffusers - name: Checkout diffusers
uses: actions/checkout@v3 uses: actions/checkout@v3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment