Open hanjr92 opened 4 months ago
i wish you can provide 2b hf-verison checkpoints.
Excuse me, I wonder where do you get the checkpoint? from huggingface?
Excuse me, I wonder where do you get the checkpoint? from huggingface?
yes, i got 2b checkponits from huggingface. The checkpoints look like megatron version. So, i encountered this error when i used tools to convert it.
You just direcctly run bash neo/scripts/batch_convert_ckpt.sh without any modification and then encountered this error?It seems that the loader runs correctly and the saver part is wrong
You just direcctly run bash neo/scripts/batch_convert_ckpt.sh without any modification and then encountered this error?It seems that the loader runs correctly and the saver part is wrong
yes,i didn't modifiy any files. Maybe neo/scripts/batch_convert_ckpt.sh
can only works on the 7b model?
No, I tried to convert 7B checkpoints, and the error occurred in the loader part
No, I tried to convert 7B checkpoints, and the error occurred in the loader part
ok, it looks like there are some bugs in it.
when i use
bash neo/scripts/batch_convert_ckpt.sh
: