Commit 0de6ea9
committed
fix(deps): drop torch upper bound to avoid host downgrade
A hard torch<2.8 cap forced uv to downgrade the host environment's torch
(e.g. ComfyUI 2.12 -> 2.7.1) on install, leaving torchvision/torchaudio
compiled against the original torch and breaking their ABI
(operator torchvision::nms does not exist). torch is supplied by the host;
inference does not require the cap. coremltools 9 conversion remains
validated against torch 2.7.x.1 parent fb42210 commit 0de6ea9
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments