-
Notifications
You must be signed in to change notification settings - Fork 211
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
running float8 tests fails on main due to unrelated error #991
Comments
assign to oncall |
#949 looks related |
Actually, I think #914 was the root cause. When I'm on top of main after that PR, I can't import torchao (hit the same error as the issue summary). When I go to the commit before that PR, things work. proof: https://gist.github.com/vkuzo/bd283c85b9ddd72b300e92cff2373589 cc @HDCharles |
Try checking the cuda version and torch version. Install torch nightly and the corresponding cuda. I was having same issue. |
The fix was to rebuild torchao with USE_CPP=1: |
@vkuzo Have you tried uninstall torchao (and remove the built CUDA extension in Edit: just saw you solved the issue in your latest comment 😄 |
yeah I forgot I was building with CPP=0 but have previously built with CPP=1, pretty edge casey |
clarify why directory is here
I just rebased on latest main branch, running float8 tests fails with an unrelated error:
The text was updated successfully, but these errors were encountered: