We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb6e85 commit 284bf46Copy full SHA for 284bf46
.github/workflows/e2e-performance.yml
@@ -140,7 +140,7 @@ jobs:
140
test_mode: performance
141
dtype: ${{ matrix.dtype }}
142
models: ${{ inputs.models }}
143
- test_all_subset_models: "${{ inputs.test_all_subset_models }}"
+ test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
144
only_one_model: ${{ inputs.only_one_model }}
145
runner_label: ${{ inputs.runner_label }}
146
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}
0 commit comments