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
When I have a dev version of PyTorch installed, the ~=2.0 dependency appears to cause PyTorch to be downgraded, which might not be intended. Quite likely >=2.0<3 would work better.
System Info
When I have a dev version of PyTorch installed, the
~=2.0
dependency appears to cause PyTorch to be downgraded, which might not be intended. Quite likely>=2.0<3
would work better.From an installation log:
I should say that it's not necessarily unreasonable to expect
~=
to keep2.7.0.dev...
as a dependency but apparently, it does not.Reproduction
To reproduce install nightly, e.g.
and then bitsandbytes.
Expected behavior
keep the installed version of PyTorch
The text was updated successfully, but these errors were encountered: