[论文笔记] pai-megatron qwen1.5报错

Qwen1.5-0.5b-chat 使用example中fintune.py 报错 · Issue #77 · QwenLM/Qwen1.5 · GitHub

[论文笔记] pai-megatron qwen1.5报错_第1张图片

解决方案:

transformers升级到4.37.0

pip install setuptools==65.5.1
pip install transformers==4.37.0

 

你可能感兴趣的:(论文笔记,python)