A4000 Oct 28, 2022
·
12 commits
to main
since this release
File is too big to commit.
Rebuild wheel for the A4000 GPU since I got a new error when importing it:
This seems to solve this error:
usr/local/lib/python3.9/dist-packages/xformers/_C.so: undefined symbol: _ZNK3c104impl13OperatorEntry20reportSignatureErrorENS0_12CppSignatureE
WARNING:root:WARNING: /usr/local/lib/python3.9/dist-packages/xformers/_C.so: undefined symbol: _ZNK3c104impl13OperatorEntry20reportSignatureErrorENS0_12CppSignatureE
Need to compile C++ extensions to get sparse attention suport. Please run python setup.py build develop
This seems to have fixed it.