The weight shape mismatched with JukeboxModel(from transformers import JukeboxModel)

#10
by wzy11 - opened

I pre-downloaded all the files locally and then entered the local path in the from_pretrained() method. And I set the ignore_mismatched_sizes=True, But when I use JukeboxModel.from_pretrained(), the error still exists.

Sign up or log in to comment