Files
ollama37/cmd
Shang Chieh Tseng 6bbdf3e148 Fix test-runner GPU detection by preserving startup events
The log monitor was calling Reset() before each model test, which cleared
all GPU detection events that occurred during server startup. This caused
the validation to fail with 'GPU acceleration not detected' even though
GPU was being used successfully.

Root cause: GPU detection logs are written during server startup
(lines like 'offloaded 35/35 layers to GPU'), but monitor.Reset() was
clearing these events before validation could check them.

Solution: Comment out the monitor.Reset() call to preserve GPU detection
events from server startup. These events are still relevant for validating
that the model is using GPU acceleration.
2025-10-30 15:27:40 +08:00
..
2025-02-13 17:09:26 -08:00
2025-08-05 12:21:16 -07:00
2025-08-05 12:21:16 -07:00
2024-08-01 17:06:06 -07:00
2024-06-04 11:13:30 -07:00