Skip to content

Commit 605c7ae

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0aa14c6 + d38c50c commit 605c7ae

File tree

821 files changed

+132343
-12190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

821 files changed

+132343
-12190
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ body:
7373
- ControlNet @sayakpaul @yiyixuxu @DN6
7474
- T2I Adapter @sayakpaul @yiyixuxu @DN6
7575
- IF @DN6
76-
- Text-to-Video / Video-to-Video @DN6 @sayakpaul
76+
- Text-to-Video / Video-to-Video @DN6 @a-r-r-o-w
7777
- Wuerstchen @DN6
7878
- Other: @yiyixuxu @DN6
7979
- Improving generation quality: @asomoza

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Core library:
4949
Integrations:
5050
5151
- deepspeed: HF Trainer/Accelerate: @SunMarc
52+
- PEFT: @sayakpaul @BenjaminBossan
5253
5354
HF projects:
5455

.github/workflows/benchmark.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ on:
77

88
env:
99
DIFFUSERS_IS_CI: yes
10+
HF_HUB_ENABLE_HF_TRANSFER: 1
1011
HF_HOME: /mnt/cache
1112
OMP_NUM_THREADS: 8
1213
MKL_NUM_THREADS: 8
1314

1415
jobs:
1516
torch_pipelines_cuda_benchmark_tests:
16-
env:
17+
env:
1718
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_BENCHMARK }}
1819
name: Torch Core Pipelines CUDA Benchmarking Tests
1920
strategy:
2021
fail-fast: false
2122
max-parallel: 1
22-
runs-on: [single-gpu, nvidia-gpu, a10, ci]
23+
runs-on:
24+
group: aws-g6-4xlarge-plus
2325
container:
2426
image: diffusers/diffusers-pytorch-compile-cuda
25-
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0
27+
options: --shm-size "16gb" --ipc host --gpus 0
2628
steps:
2729
- name: Checkout diffusers
2830
uses: actions/checkout@v3
@@ -49,7 +51,7 @@ jobs:
4951
5052
- name: Test suite reports artifacts
5153
if: ${{ always() }}
52-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v4
5355
with:
5456
name: benchmark_test_reports
5557
path: benchmarks/benchmark_outputs
@@ -58,7 +60,7 @@ jobs:
5860
if: ${{ success() }}
5961
run: |
6062
pip install requests && python utils/notify_benchmarking_status.py --status=success
61-
63+
6264
- name: Report failure status
6365
if: ${{ failure() }}
6466
run: |

.github/workflows/build_docker_images.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ env:
2020

2121
jobs:
2222
test-build-docker-images:
23-
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
23+
runs-on:
24+
group: aws-general-8-plus
2425
if: github.event_name == 'pull_request'
2526
steps:
2627
- name: Set up Docker Buildx
@@ -50,7 +51,8 @@ jobs:
5051
if: steps.file_changes.outputs.all != ''
5152

5253
build-and-push-docker-images:
53-
runs-on: [ self-hosted, intel-cpu, 8-cpu, ci ]
54+
runs-on:
55+
group: aws-general-8-plus
5456
if: github.event_name != 'pull_request'
5557

5658
permissions:
@@ -98,4 +100,4 @@ jobs:
98100
slack_channel: ${{ env.CI_SLACK_CHANNEL }}
99101
title: "🤗 Results of the ${{ matrix.image-name }} Docker Image build"
100102
status: ${{ job.status }}
101-
slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
103+
slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

.github/workflows/mirror_community_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
mirror_community_pipeline:
2525
env:
2626
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_COMMUNITY_MIRROR }}
27-
28-
runs-on: ubuntu-latest
27+
28+
runs-on: ubuntu-22.04
2929
steps:
3030
# Checkout to correct ref
3131
# If workflow dispatch
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ success() }}
9696
run: |
9797
pip install requests && python utils/notify_community_pipelines_mirror.py --status=success
98-
98+
9999
- name: Report failure status
100100
if: ${{ failure() }}
101101
run: |

0 commit comments

Comments
 (0)