MotionGPT icon indicating copy to clipboard operation
MotionGPT copied to clipboard

TypeError: Expected state_dict to be dict-like, got <class 'lit_llama.utils.lazy_load'>.

Open ChangeNext opened this issue 1 year ago • 0 comments

Hi

Thanks for your work. I'm encountering an issue when I attempt to run eval.py

eval.py line 112 model.load_state_dict(pretrained_checkpoint, strict=False)

TypeError: Expected state_dict to be dict-like, got <class 'lit_llama.utils.lazy_load'>.

ChangeNext avatar Sep 20 '23 06:09 ChangeNext