ROOT
ROOT copied to clipboard
Error when loading the checkpoint
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.
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.