Skip to content

Commit 56449d7

Browse files
authored
Update conversion path
1 parent 4dc6ffc commit 56449d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

train.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ torchrun --nnodes=${NNODE} \
107107

108108
echo "TRAINING DONE!"
109109
echo "Converting the DCP checkpoints to HF format..."
110-
python convert_dcp_to_hf.py \
110+
111+
python -m flame.utils.convert_dcp_to_hf \
111112
--path $path \
112113
--step $steps \
113114
--config $config \

0 commit comments

Comments
 (0)