Skip to content
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

安装之后报错 #29

Open
LChuanwMz opened this issue Aug 6, 2024 · 1 comment
Open

安装之后报错 #29

LChuanwMz opened this issue Aug 6, 2024 · 1 comment

Comments

@LChuanwMz
Copy link

Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from EETQ import quant_weights, preprocess_weights, w8_a16_gemm
File "", line 1
from EETQ import quant_weights, preprocess_weights, w8_a16_gemm
IndentationError: unexpected indent
from EETQ import quant_weights, preprocess_weights, w8_a16_gemm
Traceback (most recent call last):
File "", line 1, in
ImportError: /usr/local/lib/python3.10/dist-packages/EETQ.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_RKSs

@dtlzhuangz
Copy link
Collaborator

Make sure the pytorch==2.1.2. Or install EETQ via the source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants