ChatGLM2-6B
ChatGLM2-6B copied to clipboard
[Feature] <title>AttributeError: 'Seq2SeqTrainer' object has no attribute 'is_deepspeed_enabled'
Is your feature request related to a problem? Please describe.
Solutions
Additional context
No response
transformers降级 pip install transformers==4.27.1
#216 AttributeError: 'Seq2SeqTrainer' object has no attribute 'is_deepspeed_enabled'
降级 transformer 到 4.29解决了。 pip uninstall transformers pip install transformers==4.29.0
请使用仓库中最新的代码