Commit ae297fe
committed
ci: resolve torch-tensorrt from PyPI to keep the TorchScript frontend
The 2.13.0+cu130 wheel on download.pytorch.org is pure Python (608 KB, zero
.so files); 2.12.1+cu130 bundled libtorchtrt.so. Since a local version sorts
above the plain release, the find-links entry always won and the TorchScript
frontend went missing. PyPI's 2.13.0 ships the libraries and is likewise a
CUDA 13 build.1 parent a90a439 commit ae297fe
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | | - | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments