We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c5de2 commit c5fdf33Copy full SHA for c5fdf33
.github/workflows/benchmark.yml
@@ -19,10 +19,11 @@ jobs:
19
strategy:
20
fail-fast: false
21
max-parallel: 1
22
- runs-on: [single-gpu, nvidia-gpu, a10, ci]
+ runs-on:
23
+ group: aws-g6-4xlarge-plus
24
container:
25
image: diffusers/diffusers-pytorch-compile-cuda
- options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
26
+ options: --shm-size "16gb" --ipc host --gpus 0
27
steps:
28
- name: Checkout diffusers
29
uses: actions/checkout@v3
0 commit comments