ollama/llm
Jesse Gross 8149a3c86e llm: Avoid underflow in free memory logging
If a GPU's free memory is less than the reserved amount, we might get
an underflow. Since it is an unsigned uint64, we print this as a large
number rather than the more correct 0. This only affects logging, the
actual layout code already handles this correctly.

Bug #12138
2025-09-02 12:30:26 -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_test.go llm: New memory management 2025-08-14 15:24:01 -07:00
memory.go gptoss: enable flash attention by default (#11996) 2025-08-26 13:34:45 -07:00
server_test.go llm: New memory management 2025-08-14 15:24:01 -07:00
server.go llm: Avoid underflow in free memory logging 2025-09-02 12:30:26 -07:00
status.go Improve crash reporting (#7728) 2024-11-19 16:26:57 -08:00