This commit is contained in:
vbarda
2024-08-22 16:47:12 -04:00
parent 6c7d9c35bc
commit acd8acf237
@@ -210,7 +210,9 @@ class MemorySaver(
elif limit is not None:
limit -= 1
writes = self.writes[(thread_id, checkpoint_ns, checkpoint_id)].values()
writes = self.writes[
(thread_id, checkpoint_ns, checkpoint_id)
].values()
yield CheckpointTuple(
config={