【亲测可用】ModuleNotFoundError: No module named ‘torch.utils._pytree‘

微信公众号:leetcode_algos_life,代码随想随记
小红书:412408155
CSDN:https://blog.csdn.net/woai8339?type=blog ,代码随想随记
GitHub: https://github.com/riverind
抖音【暂未开始,计划开始】:tian72530,代码随想随记
知乎【暂未开始,计划开始】:代码随想随记

【背景】
安装torchQwen2对应版本的transformers后,发现

【原因】
transformerstorch不兼容导致的

【解决方案】
pip install transformers==4.28.0

Qwen2要求最低的 transformers>=4.40.0

Ref,
1、https://stackoverflow.com/questions/77013354/modulenotfounderror-no-module-named-torch-utils-pytree
2、https://github.com/QwenLM/Qwen2

猜你喜欢

转载自blog.csdn.net/woai8339/article/details/140267912