Model card should require transformers >=4.37.0, since <=4.36.2 does not work with this model

#12
by ymurenko - opened

I wasn't able to inference any of the revisions of this model using transformers 4.36.0 or 4.36.2, the model weights get loaded incorrectly and it gave me an error when inferencing:

RuntimeError: cannot reshape tensor of 0 elements into shape [-1, 1, 0] because the unspecified dimension size -1 can be any value and is ambiguous

Runs fine with transformers 4.37.0.dev0 (installed from github)

Sign up or log in to comment