| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 77c5de2 commit c5fdf33
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,10 +19,11 @@ jobs: | |||
| 19 | 19 | strategy: | |
| 20 | 20 | fail-fast: false | |
| 21 | 21 | max-parallel: 1 | |
| 22 | - runs-on: [single-gpu, nvidia-gpu, a10, ci] | ||
| 22 | + runs-on: | ||
| 23 | + group: aws-g6-4xlarge-plus | ||
| 23 | 24 | container: | |
| 24 | 25 | image: diffusers/diffusers-pytorch-compile-cuda | |
| 25 | - options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0 | ||
| 26 | + options: --shm-size "16gb" --ipc host --gpus 0 | ||
| 26 | 27 | steps: | |
| 27 | 28 | - name: Checkout diffusers | |
| 28 | 29 | uses: actions/checkout@v3 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments