Uninstall signal handler and cleanup
This commit is contained in:
parent
46706cec28
commit
84ada44894
|
|
@ -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();
|
return emit_overrides();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue