Skip to content

Commit

Permalink
fix ihheritance
Browse files Browse the repository at this point in the history
Signed-off-by: novahow <[email protected]>
  • Loading branch information
novahow committed Dec 13, 2024
1 parent d3fc20d commit 340365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def write(self, b: bytes):
self.save(f)


class TorchAsyncCheckpoint(Checkpoint):
class TorchAsyncCheckpoint(SyncCheckpoint):
"""
This class is NOT THREAD-SAFE!
Sync Checkpoint, will synchronously checkpoint a user given file or folder.
Expand Down

0 comments on commit 340365e

Please sign in to comment.