ollama/llm
Jesse Gross e3ade453a8 llm: Check for nil memory data before printing
We dump out our best memory estimate after we complete processing
for any reason, including errors. This is helpful for finding what
what stopped us in error conditions but in some cases we might not
have gotten even the first result yet.

Fixes #11957
2025-08-18 14:05:22 -07:00
..
llm_darwin.go Optimize container images for startup (#6547) 2024-09-12 12:10:30 -07:00
llm_linux.go Optimize container images for startup (#6547) 2024-09-12 12:10:30 -07:00
llm_windows.go win: lint fix (#10571) 2025-05-05 11:08:12 -07:00
memory.go llm: New memory management 2025-08-14 15:24:01 -07:00
memory_test.go llm: New memory management 2025-08-14 15:24:01 -07:00
server.go llm: Check for nil memory data before printing 2025-08-18 14:05:22 -07:00
server_test.go llm: New memory management 2025-08-14 15:24:01 -07:00
status.go Improve crash reporting (#7728) 2024-11-19 16:26:57 -08:00