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 616a6d3 commit b9d4a5bCopy full SHA for b9d4a5b
.github/workflows/build-test-python.yml
@@ -76,7 +76,8 @@ jobs:
76
uses: ./.github/workflows/build-test-reusable.yml
77
with:
78
# For this workflow, use max1550 runners to reduce cache consumption on max1100 runners.
79
- device: ${{ matrix.driver == 'rolling' && 'max1550' || 'max1100' }}
+ # TODO: revert to max1550 for rolling when available
80
+ device: ${{ matrix.driver == 'rolling' && 'max1100' || 'max1100' }}
81
driver_version: ${{ matrix.driver }}
82
runner_label: ${{ inputs.runner_label }}
83
pytorch_ref: ${{ inputs.pytorch_ref }}
0 commit comments