SHsari

Results 1 issues of SHsari

main.cpp fix Initialize GGML timer before first use to prevent divide‑by‑zero crash on Windows ggml_time_us() divides by timer_freq, which is set in ggml_time_init(). When main() called ggml_time_us() before that initialization,...