Hi everyone. Iām having a bit of trouble trying to run the Gilito21/mbart-large-50-finetuned-es-en-2 model on my linux machine. Whenever I run the model, I keep getting the error āāGenerationConfigā object has no attribute ādola_layersāā
Iāve made sure I donāt have any mentions of dola_layers or even DoLa in general in the code, since the GenerationConfig is the same as the default one pulled when I take the model from huggingface, so Iām not sure why this is occurring. Any help would be greatly appreciated.