Skip to content

Commit acd99ea

Browse files
authored
Merge branch 'main' into stalker7779/dpmpp3_fixes
2 parents e73c056 + 63b631f commit acd99ea

File tree

666 files changed

+98908
-7410
lines changed

Some content is hidden

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

666 files changed

+98908
-7410
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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
@@ -50,7 +51,7 @@ jobs:
5051
5152
- name: Test suite reports artifacts
5253
if: ${{ always() }}
53-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v4
5455
with:
5556
name: benchmark_test_reports
5657
path: benchmarks/benchmark_outputs

.github/workflows/mirror_community_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_COMMUNITY_MIRROR }}
2727

28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-22.04
2929
steps:
3030
# Checkout to correct ref
3131
# If workflow dispatch

0 commit comments

Comments
 (0)