You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torch is frequently installed with a local version identifier (e.g.
`+cu126`), but that identifier causes an issue with pip because there is
no public package with that identifier unless an explicit alternative
index is used. Stripping the local version identifier should be safe, as
we are only using constraints to ensure that per-model dependencies are
aligned with existing installations.
0 commit comments