TypeError: DeciLMPreTrainedModel._prepare_generation_config() takes 2 positional arguments but 3 were given
#2
by
bitmman-nch
- opened
Has anyone seen this error message? I’ve updated to the latest transformers v4.52.0 dev and tried both the pipeline and model.generate methods for inference. Both throw the same error. Seems like it’s related to the DeciLMPreTrainedModel class. Any thoughts?