Skip to content

Commit 7eb6e85

Browse files
committed
Add test_all_subset_models mode
1 parent 1fc325d commit 7eb6e85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/e2e-performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)