-
Notifications
You must be signed in to change notification settings - Fork 17
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
When set DEBUG = True in setup.py, I get the following error: #36
Comments
Do I need to turn on the debug mode if I want the log information of spdlog::debug? |
@Lenan22 To get the output of
|
@xmfbit Could you please tell me in which file you added these codes? |
@Lenan22 You can add the definition of this method anywhere that the c++ syntax allows, and set the logging level to Actually, I add the method in
|
when run "pip install -e",
Traceback (most recent call last):
File "SVDQuant/nunchaku/example.py", line 3, in
from nunchaku.pipelines import flux as nunchaku_flux
File "SVDQuant/nunchaku/nunchaku/pipelines/flux.py", line 7, in
from ..models.flux import inject_pipeline, load_quantized_model
File "nunchaku/nunchaku/models/flux.py", line 11, in
from .._C import QuantizedFluxModel
ImportError: nunchaku/nunchaku/_C.cpython-311-x86_64-linux-gnu.so: undefined symbol: ZN26FluxSingleTransformerBlock7forwardE6TensorS0_S0
The text was updated successfully, but these errors were encountered: