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

hm... so ive updated to transformers 5.0.0rc1 with the following command: python3 -m pip install -U transformers --pre. am still getting the same issue with:

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

[EDIT: Sorry you know what im an idiot. im trying to run this with MLX and that is a whole separate thing. thank you for your help!]

Sign up or log in to comment