Track parent relationships for checkpoints

- This enables building "branching" views of checkpoint history
This commit is contained in:
Nuno Campos
2024-03-20 12:08:22 -07:00
parent 35188d9ed5
commit 3bfac1f490
5 changed files with 91 additions and 23 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ class MemorySaverAssertImmutable(MemorySaver):
checkpoint
)
# call super to write checkpoint
super().put(config, checkpoint)
return super().put(config, checkpoint)