Skip to content

Commit

Permalink
Fixed yaml syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <[email protected]>
  • Loading branch information
gshimansky committed Jul 2, 2024
1 parent dffaa89 commit 5bff5bc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ jobs:
mode: ${{ fromJson(needs.setup.outputs.mode) }}
dtype: ${{ fromJson(needs.setup.outputs.dtype) }}
fail-fast: false
uses: ./.github/workflows/e2e-reusable.yml
with:
install_ipex: ${{ inputs.install_ipex }}
suite: ${{ matrix.suite }}
mode: ${{ matrix.mode }}
test_mode: performance
dtype: ${{ matrix.dtype }}
models: ${{ inputs.models }}
only_one_model: ${{ inputs.only_one_model }}
runner_label: ${{ inputs.runner_label }}
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}
uses: ./.github/workflows/e2e-reusable.yml
with:
install_ipex: ${{ inputs.install_ipex }}
suite: ${{ matrix.suite }}
mode: ${{ matrix.mode }}
test_mode: performance
dtype: ${{ matrix.dtype }}
models: ${{ inputs.models }}
only_one_model: ${{ inputs.only_one_model }}
runner_label: ${{ inputs.runner_label }}
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}

0 comments on commit 5bff5bc

Please sign in to comment.