mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-13 17:25:41 +00:00
Re-add triton as a torch backend package (#15910)
## Summary This accidentally regressed in https://github.com/astral-sh/uv/pull/15769/files#diff-fcd4a516243929cdb086b7b79af9865a6ed432a0386765b0436392edc17a5a4eL260.
This commit is contained in:
parent
accfb48876
commit
d4806ee921
1 changed files with 6 additions and 0 deletions
|
|
@ -313,7 +313,10 @@ impl TorchStrategy {
|
||||||
| "torchserve"
|
| "torchserve"
|
||||||
| "torchtext"
|
| "torchtext"
|
||||||
| "torchvision"
|
| "torchvision"
|
||||||
|
| "triton"
|
||||||
| "pytorch-triton"
|
| "pytorch-triton"
|
||||||
|
| "pytorch-triton-rocm"
|
||||||
|
| "pytorch-triton-xpu"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
TorchSource::Pyx => {
|
TorchSource::Pyx => {
|
||||||
|
|
@ -336,7 +339,10 @@ impl TorchStrategy {
|
||||||
| "torchserve"
|
| "torchserve"
|
||||||
| "torchtext"
|
| "torchtext"
|
||||||
| "torchvision"
|
| "torchvision"
|
||||||
|
| "triton"
|
||||||
| "pytorch-triton"
|
| "pytorch-triton"
|
||||||
|
| "pytorch-triton-rocm"
|
||||||
|
| "pytorch-triton-xpu"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue