[Misc] fix typo and add detailed log (#28178)

Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
Ning Xie
2025-11-09 13:33:46 +08:00
committed by GitHub
parent 3a7d580343
commit e5e9067e61
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ python save_sharded_state.py \
--model /path/to/load \
--quantization deepspeedfp \
--tensor-parallel-size 8 \
--output /path/to/save/sharded/modele
--output /path/to/save/sharded/model
python load_sharded_state.py \
--model /path/to/saved/sharded/model \