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 => {
|
||||
matches!(
|
||||
package_name.as_str(),
|
||||
"flash-attn"
|
||||
"deepspeed"
|
||||
| "flash-attn"
|
||||
| "flash-attn-3"
|
||||
| "megablocks"
|
||||
| "natten"
|
||||
| "deepspeed"
|
||||
| "pyg-lib"
|
||||
| "torch-cluster"
|
||||
| "torch-scatter"
|
||||
| "torch-sparse"
|
||||
| "torch-spline-conv"
|
||||
| "vllm"
|
||||
| "torch"
|
||||
| "torch-model-archiver"
|
||||
|
|
|
|||
Loading…
Reference in New Issue