Commit 283ce77
authored
ci: move torch-tensorrt to GPU-only test requirements (#21575)
* ci: move torch-tensorrt dependency to GPU-only requirements
torch-tensorrt is GPU-only (requires CUDA) and all its tests use
`@RunIf(min_cuda_gpus=1)`, so installing it in CPU CI provides no
value while blocking PyTorch version upgrades due to wheel
compatibility lag.
* ci: add GPU-specific test requirements to setup1 parent c05cadb commit 283ce77
File tree
5 files changed
+4
-4
lines changed- .github/workflows
- .lightning/workflows
- requirements/pytorch
5 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments