'Config' object has no attribute 'is_encoder_decoder' -
#39
by
						
bonticario
	
							
						- opened
							
					
See my comment here: https://huggingface.co/briaai/RMBG-2.0/discussions/38#68cbe6df06cedb63056fee0a
that worked thank you!
I got this error in my BiRefNet project "AttributeError: 'Config' object has no attribute 'is_encoder_decoder'"  And solving this error, icing, I made this step, it worked.
Solution :
!pip install transformers==4.38.0
!pip uninstall peft

