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
If to set logger using LlamaModel.setLogger then logs are printed to the std out instead of the provided consumer.
It seems that logging was redefined in Utils.cpp which includes log.h and uses a template that never calls the consumer.
To reproduce the bug it is enough just to call LlamaModel.setLogger with LogFormat.TEXT and a consumer that prints to the std out with some prefix.
The text was updated successfully, but these errors were encountered:
I have renabled the tests for logging in the PR ( #100), once merged we can revisit this.
Sorry, something went wrong.
No branches or pull requests
If to set logger using LlamaModel.setLogger then logs are printed to the std out instead of the provided consumer.
It seems that logging was redefined in Utils.cpp which includes log.h and uses a template that never calls the consumer.
To reproduce the bug it is enough just to call LlamaModel.setLogger with LogFormat.TEXT and a consumer that prints to the std out with some prefix.
The text was updated successfully, but these errors were encountered: