simonw/llm

some log messages are getting output to stdout

Open

#196 opened on Aug 30, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (877 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (12,006 stars)
PR merge metrics
 (PR metrics pending)

Description

lines like "llama_new_context_with_model: max tensor size = 87.89 MB,," which are coming from the underlying C code are getting put into stdout instead of stderr.

Contributor guide