mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 23:01:48 +01:00
2cc1abedd7
Signed-off-by: wiseaidev <business@wiseai.dev>
5 lines
80 B
Python
5 lines
80 B
Python
from tml.common.checkpointing.snapshot import (
|
|
Snapshot,
|
|
get_checkpoint,
|
|
)
|