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 2408bb7 commit eb7d154Copy full SHA for eb7d154
.github/workflows/e2e-accuracy.yml
@@ -130,5 +130,5 @@ jobs:
130
models: ${{ inputs.models }}
131
check_all_subset_models: ${{ inputs.check_all_subset_models || false }}
132
only_one_model: ${{ inputs.only_one_model }}
133
- runner_label: ${{ inputs.runner_label }}
+ runner_label: ${{ inputs.runner_label || 'max1100' }}
134
TORCH_COMPILE_DEBUG: ${{ inputs.TORCH_COMPILE_DEBUG }}
0 commit comments