Skip to content

Commit 312d793

Browse files
committed
Merge branch 'feature/2246-e2e-accuracy-subset' of https://github.com/intel/intel-xpu-backend-for-triton into feature/2246-e2e-accuracy-subset
2 parents 151e282 + c47a9f8 commit 312d793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +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 }}"
132+
test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
133133
only_one_model: ${{ inputs.only_one_model }}
134134
runner_label: ${{ inputs.runner_label }}
135135
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}

.github/workflows/e2e-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +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 }}"
143+
test_all_subset_models: ${{ inputs.test_all_subset_models || false }}
144144
only_one_model: ${{ inputs.only_one_model }}
145145
runner_label: ${{ inputs.runner_label }}
146146
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}

0 commit comments

Comments
 (0)