mirror of
https://github.com/p-e-w/heretic.git
synced 2026-06-02 05:03:33 +02:00
feat: Allow study progress to be saved & resumed (#106)
* feat: Store active study in log/study.jsonl and allow resuming * Simplify resume logic with load_if_exists=True * Significantly improve flexibility of study save/load * Put constructor arguments at the highest precedence * Review comments --------- Co-authored-by: Spiky Moth <spikymoth@pm.me>
This commit is contained in:
@@ -17,3 +17,6 @@ wheels/
|
||||
|
||||
# Configuration files
|
||||
/config.toml
|
||||
|
||||
# Study checkpoints
|
||||
/checkpoints/*.jsonl
|
||||
|
||||
Reference in New Issue
Block a user