We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same as #159
Solution is to install megablocks without causing a torch reinstall. (In particular, changing to torch>=2.0.0 doesn't work, but torch>=2.6.0 works.)
Or actually not, that also failed.
[rank0]: File "/mnt/clusterstorage/workspace/kevin/megablocks/megablocks/ops/cumsum.py", line 13, in <module> [rank0]: import megablocks_ops as ops # type: ignore [rank0]: ImportError: /mnt/clusterstorage/workspace/kevin/megablocks/megablocks_ops.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_RKSs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same as #159
Solution is to install megablocks without causing a torch reinstall. (In particular, changing to torch>=2.0.0 doesn't work, but torch>=2.6.0 works.)Or actually not, that also failed.
The text was updated successfully, but these errors were encountered: