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 284bf46 commit c47a9f8Copy full SHA for c47a9f8
.github/workflows/e2e-accuracy.yml
@@ -129,7 +129,7 @@ jobs:
129
test_mode: accuracy
130
dtype: ${{ matrix.dtype }}
131
models: ${{ inputs.models }}
132
- test_all_subset_models: "${{ inputs.test_all_subset_models }}"
+ test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
133
only_one_model: ${{ inputs.only_one_model }}
134
runner_label: ${{ inputs.runner_label }}
135
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}
0 commit comments