mirror of https://github.com/astral-sh/uv
Add PyG packages to torch backend (#15911)
## Summary These are now supported on pyx.
This commit is contained in:
parent
d4806ee921
commit
48f507680c
|
|
@ -322,11 +322,16 @@ impl TorchStrategy {
|
||||||
TorchSource::Pyx => {
|
TorchSource::Pyx => {
|
||||||
matches!(
|
matches!(
|
||||||
package_name.as_str(),
|
package_name.as_str(),
|
||||||
"flash-attn"
|
"deepspeed"
|
||||||
|
| "flash-attn"
|
||||||
| "flash-attn-3"
|
| "flash-attn-3"
|
||||||
| "megablocks"
|
| "megablocks"
|
||||||
| "natten"
|
| "natten"
|
||||||
| "deepspeed"
|
| "pyg-lib"
|
||||||
|
| "torch-cluster"
|
||||||
|
| "torch-scatter"
|
||||||
|
| "torch-sparse"
|
||||||
|
| "torch-spline-conv"
|
||||||
| "vllm"
|
| "vllm"
|
||||||
| "torch"
|
| "torch"
|
||||||
| "torch-model-archiver"
|
| "torch-model-archiver"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue