"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "579210d21411cf819b90839f72d89116f7df7488"
Unverified Commit bce9105a authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[CI] Fix parallelism in nightly tests (#8983)

update
parent 2afb2e0a
...@@ -111,8 +111,8 @@ jobs: ...@@ -111,8 +111,8 @@ jobs:
run: run:
shell: bash shell: bash
strategy: strategy:
matrix:
max-parallel: 2 max-parallel: 2
matrix:
module: [models, schedulers, lora, others, single_file, examples] module: [models, schedulers, lora, others, single_file, examples]
steps: steps:
- name: Checkout diffusers - name: Checkout diffusers
......
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