Test all checkpointers everywhere we test 1 of them

This commit is contained in:
Nuno Campos
2024-08-22 13:51:38 -07:00
parent 3ec419a2f6
commit 45e3d1a3f1
4 changed files with 4797 additions and 1806 deletions
File diff suppressed because one or more lines are too long
-9
View File
@@ -74,15 +74,6 @@ class MemorySaverAssertCheckpointMetadata(MemorySaver):
should produce a side effect that can be asserted.
"""
serde = NoopSerializer()
def __init__(
self,
*,
serde: Optional[SerializerProtocol] = None,
) -> None:
super().__init__(serde=serde)
def put(
self,
config: RunnableConfig,
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff