Skip to content

Commit 84ada44

Browse files
committed
Uninstall signal handler and cleanup
1 parent 46706ce commit 84ada44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/llama-quant.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,9 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
16251625
}
16261626
}
16271627

1628+
delete_bpw_state(); // we're done, clear any checkpoint
1629+
uninstall_signal_handlers();
1630+
16281631
return emit_overrides();
16291632
}
16301633

0 commit comments

Comments
 (0)