Uninstall signal handler and cleanup

This commit is contained in:
Ed Addario 2025-10-05 20:20:56 +01:00
parent 46706cec28
commit 84ada44894
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 3 additions and 0 deletions

View File

@ -1625,6 +1625,9 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
}
}
delete_bpw_state(); // we're done, clear any checkpoint
uninstall_signal_handlers();
return emit_overrides();
}