SmartEdit
SmartEdit copied to clipboard
there are lots of bugs in TrainStage1
Thank you for your excellent work, but the open-source code indeed has many minor issues, which makes others hesitant to follow your work. During the TrainStage1 phase, the issues are as follows:
-
code
torchrun --nproc_per_node=8 --master_port=20001 fastchat/train/TrainStage1.py
fastchat directory seemingly doesn't exist,it should betrain/TrainStage1.py
. -
code
load_LLaVA_ckpt_v1_1
should beload_LLaVA_ckpt_v1_1_7b
. - code SD_QFormer_conversation_33tokens ckpt doesn't have mm_projector module, which didn't used in train stage 1.
Could you provide Trainstage1 result checkpoint.