File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ jobs:
129129 test_mode : accuracy
130130 dtype : ${{ matrix.dtype }}
131131 models : ${{ inputs.models }}
132+ test_all_subset_models : " ${{ inputs.test_all_subset_models }}"
132133 only_one_model : ${{ inputs.only_one_model }}
133134 runner_label : ${{ inputs.runner_label }}
134135 TORCH_COMPILE_DEBUG : ${{ inputs.TORCH_COMPILE_DEBUG }}
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ jobs:
140140 test_mode : performance
141141 dtype : ${{ matrix.dtype }}
142142 models : ${{ inputs.models }}
143+ test_all_subset_models : " ${{ inputs.test_all_subset_models }}"
143144 only_one_model : ${{ inputs.only_one_model }}
144145 runner_label : ${{ inputs.runner_label }}
145146 TORCH_COMPILE_DEBUG : ${{ inputs.TORCH_COMPILE_DEBUG }}
You can’t perform that action at this time.
0 commit comments