TypeError: GenerationMixin._extract_past_from_model_output() got an unexpected keyword argument 'standardize_cache_format'
解决方案:将 transformers 下降版本到 4.43.0 或 4.40.2
pip install transformers==4.43.0
#or
pip install transformers==4.40.2
TypeError: GenerationMixin._extract_past_from_model_output() got an unexpected keyword argument 'standardize_cache_format'
解决方案:将 transformers 下降版本到 4.43.0 或 4.40.2
pip install transformers==4.43.0
#or
pip install transformers==4.40.2
没有回复内容