[diffusion] CI: fix CI script path and missing server arg in perf baseline generator (#20138)
This commit is contained in:
4
.github/workflows/diffusion-ci-gt-gen.yml
vendored
4
.github/workflows/diffusion-ci-gt-gen.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
ref: ${{ inputs.ref || github.ref }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: bash scripts/ci/ci_install_dependency.sh diffusion
|
||||
run: bash scripts/ci/cuda/ci_install_dependency.sh diffusion
|
||||
|
||||
- name: Generate outputs
|
||||
run: |
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
ref: ${{ inputs.ref || github.ref }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: bash scripts/ci/ci_install_dependency.sh diffusion
|
||||
run: bash scripts/ci/cuda/ci_install_dependency.sh diffusion
|
||||
|
||||
- name: Generate outputs
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user