Commit 8325ff7
Mark Saroufim
Fix Modal CI environment detection (#409)
* Fix Modal CI environment detection
Modal changed their error message format from "No such environment" to
"Environment 'pytest' not found". Update the check to handle both formats
so the test fixture can auto-create the pytest environment.
* Relax PyTorch version check in Modal tests
The pytest environment uses the latest PyTorch (2.9.x), so relax the
check to just verify we're on PyTorch 2.x instead of a specific version.
* Skip multi-GPU tests due to Modal L4x4 NCCL infrastructure issues
The L4x4 instances are experiencing NCCL errors (Cuda failure 801
'operation not supported') which appears to be a Modal infrastructure
issue rather than a code problem.
* Update test_modal.py
* Remove Torch version assertion from system info test
Remove assertion for specific Torch version in system info test.1 parent 70d7493 commit 8325ff7
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| |||
0 commit comments