Commit 08e1ee0
ci: add multi-GPU transformers job mirroring legacy peft pattern
The legacy peft nightly-bnb.yml (deleted in peft#2858) ran the full
transformers bnb suite on both its single- and multi-GPU jobs, so the
multi-GPU-marked tests in transformers' test_4bit.py / test_mixed_int8.py
actually executed on the 2-GPU runner. This commit restores that coverage.
New job: test-transformers-multigpu
- Runner: bandb-aws-g6-12xlarge-plus (same multi-GPU runner as peft)
- CUDA_VISIBLE_DEVICES=0,1 (2 of the 4 L4s)
- Filter: `-k "MultiGpu or multi_gpu"` — runs ONLY the multi-GPU-marked
tests, avoiding duplication with the single-GPU transformers job.
Report job's `needs:` updated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 06a9409 commit 08e1ee0
1 file changed
Lines changed: 57 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
101 | 157 | | |
102 | 158 | | |
103 | 159 | | |
| |||
280 | 336 | | |
281 | 337 | | |
282 | 338 | | |
283 | | - | |
| 339 | + | |
284 | 340 | | |
285 | 341 | | |
286 | 342 | | |
| |||
0 commit comments