-
Notifications
You must be signed in to change notification settings - Fork 394
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
undefined symbol: gzeof #3636
Comments
I also met this error. By the way, |
+1 |
lib/python3.10/site-packages/aimet_common$ patchelf --add-needed libz.so _libpymo.cpython-310-x86_64-linux-gnu.so |
Thanks for the report - could you please paste details of your environment? E.g. which ubuntu version? Which PyTorch and CUDA version are you using? |
This issue was fixed by #3497, but AIMET 1.35 was released before my fix. |
Update: This bug only exists in 1.35; it didn't exist in <=1.34 and is fixed in >=2.0.0. |
aimet 1.35 call QuantizationSimModel error
i use nm and ldd command to _libpymo.cpython-310-x86_64-linux-gnu.so
I install aimet_torch by this command
The text was updated successfully, but these errors were encountered: