mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Add triton to torch-backend manifest (#15405)
## Summary The PyTorch team publishes ARM Linux wheels for `triton` to the PyTorch index, which aren't available on PyPI. ## Test Plan ``` echo "torch" | cargo run pip compile - --torch-backend=cu128 --python-platform aarch64-unknown-linux-gnu --python-version 3.13 ``` Previously failed because it couldn't find a compatible `triton` wheel.
This commit is contained in:
parent
e31f000da7
commit
61e2308806
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ impl TorchStrategy {
|
|||
| "torchserve"
|
||||
| "torchtext"
|
||||
| "torchvision"
|
||||
| "triton"
|
||||
| "pytorch-triton"
|
||||
| "pytorch-triton-rocm"
|
||||
| "pytorch-triton-xpu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue