所需先决条件
- 我已阅读了文档 https://github.com/baichuan-inc/baichuan-7B/blob/HEAD/README.md 。
- 我已在 Issue Tracker 和 Discussions 中搜索,但尚未报告此问题。如果已经报告,请在那里加1或评论。
- 考虑首先在 Discussion 中提问。
系统信息
1
问题描述
ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 6) and torch==2.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==2.0.0
deepspeed 0.9.2 depends on torch
xformers 0.0.20 depends on torch==2.0.1
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
可重现示例代码
Python代码片段:
命令行:
额外依赖项:
重现步骤:
回溯
- 无响应*
预期行为
- 无响应*
其他上下文
- 无响应*
检查清单
- 我已经提供了所有相关和必要的信息。
- 我已为这个问题选择了一个合适的标题。
6条答案
按热度按时间uplii1fm1#
同样遇到此问题
2admgd592#
后面我把torch的指定版本去掉,直接装最新的,可以跑
w7t8yxp53#
后续我们会提供一个conda-recipe,近期会在README中更新。
anauzrmj4#
无法安装,这个安装过程太难了。
tjrkku2a5#
我也遇到了这个问题。
eagi6jfj6#
我按如下方式修改 requirements.txt 后,就可以了。