ROOT icon indicating copy to clipboard operation
ROOT copied to clipboard

Error when loading the checkpoint

Open cpystan opened this issue 1 year ago • 1 comments

Hello! I am very interested in your work but have encountered some problems in reproduction. When I am trying to load the ckpt of Qwen. It raises the error:

SError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory ckpts/Qwen2-VL-7B-FULL-full.

I will be very grateful if you could answer my question.

cpystan avatar Jan 06 '25 08:01 cpystan

check the model dir and make sure all the used model have the right local directory, and maybe you can post the config.py so that able to locate the problem.

77h2l avatar Jan 07 '25 01:01 77h2l