Commit ba5543b
authored
fix: Add filterwarnings ignore for Pytorch virtualized device UserWarning (#2380)
* Add an ignore to filterwarnings to avoid PyTorch virtualized device
UserWarning on virtualized Apple hardware.
> UserWarning: Skipping device Apple Paravirtual device that does not
> support Metal 2.0.
- c.f. pytorch/pytorch#1115761 parent 43a84a4 commit ba5543b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments