Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 246b783

Browse files
committed
Rename safetensor_utils to checkpoint_utils
1 parent 0d1e560 commit 246b783

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from torchchat.distributed.logging_utils import SingletonLogger
2323

2424
# TODO - these are not distributed specific, consider moving to new package
25-
from torchchat.distributed.safetensor_utils import (
25+
from torchchat.distributed.checkpoint_utils import (
2626
get_hf_config_file,
2727
load_weights_from_hf_format,
2828
load_weights_from_torchchat_format,

0 commit comments

Comments
 (0)