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 9a8dc1f commit cfe9169Copy full SHA for cfe9169
.github/workflows/test-check-transformers.yaml
@@ -55,7 +55,7 @@ jobs:
55
56
transformers-tests:
57
needs: [detect-changes]
58
- runs-on: gcp-k8s-vllm-l4-solo
+ runs-on: ibm-wdc-k8s-vllm-h100-solo
59
if: (contains(github.event.pull_request.labels.*.name, 'ready') || github.event_name == 'push') && needs.detect-changes.outputs.matched-changes != ''
60
steps:
61
- uses: actions/setup-python@v5
0 commit comments