Commit 1321d0e
committed
Publish cuda-pathfinder to the torch CUDA arch indexes
torch declares cuda-bindings, and cuda-bindings requires
cuda-pathfinder>=1.4.2. Release smoke tests install from a single arch index
with no PyPI fallback, so that transitive dependency has to be resolvable
there too.
cuda-pathfinder was registered under the vllm project only, so
update_dependencies.py never wrote whl/{test,nightly}/cu*/cuda-pathfinder/.
whl/test/cu134 advertises it in the PEP 503 listing while the target 403s. The
older arches still serve it, but that is residue from before it stopped being
produced -- nothing regenerates it today, so cu134 is simply the first arch
created after that.
Give it the same torch targets as cuda-bindings, since it exists to satisfy
cuda-bindings. cuda-python is left alone: torch never depends on it, so its
absence from the arch indexes is correct.1 parent c22f7fa commit 1321d0e
1 file changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
772 | 798 | | |
773 | 799 | | |
774 | 800 | | |
| |||
0 commit comments