-
Notifications
You must be signed in to change notification settings - Fork 257
Device error on 8/31 nightlies #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
AFK today but most likely culprit is this is a problem in core. What I chose to do in ao for now is pin to a specific pytorch version until we figure this out. The AO nightlies are working with a pinned version of torch. The main fishy error we saw in our CI had to do with fpx so @jerryzh168 can confirm when he comes into work #792 Ideally should fix this before making a relase cc @andrewor14 ![]() |
pytorch/pytorch#135126 |
Just coming back to this now. After the revert I think this should be good to close |
hide markup genericize paths install ggml under the hood for testing add a real conversion command example
Installing recent nightlies of PyTorch and ao is resulting in some CUDA device errors.
Installing nightlies from 8/30 there are no problems:
But with 8/31 nightlies, I see the following:
Note that if I remove the NF4Tensor import from the 8/31 case everything still works. Is this related to #790? If so, what's the recommendation? Just force installation of 8/29 PyTorch nightly? (This is relevant for our nightly builds as well)
The text was updated successfully, but these errors were encountered: