Error when loading model: TypeError: TextConfig.__init__() missing 1 required positional argument: 'rope_theta'

#14
by mimeng1990 - opened

Error when loading model on Lmstudio: TypeError: TextConfig.init() missing 1 required positional argument: 'rope_theta'

use latest transformers

How do I run glm4.6v on LM Studio 0.3.34? I'm getting the error "TypeError: TextConfig.init() missing 1 required positional argument: 'rope_theta'".

same problem here. im also trying this directly with mlx-vlm. i believe ive also updated to the latest transformers with python3 -m pip install -U "transformers[torch]>=4.45.0"

same issues still: TypeError: TextConfig.init() missing 1 required positional argument: 'rope_theta'

Edit: to confirm. i have transformers 4.57.3

update to transformers 5.0.0rc0

Sign up or log in to comment