We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在安装阶段使用命令(pip install "modelscope[cv]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html )时,会非常慢,应该是直接从作者或者其他第三方 提供的OSS拉取了所需的包,可能有限速之类的情况,导致多次安装失败
建议将命令修改为: pip install "modelscope[cv]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://pypi.mirrors.ustc.edu.cn/simple/
The text was updated successfully, but these errors were encountered:
同理
pip install "modelscope[multi-modal]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://pypi.mirrors.ustc.edu.cn/simple/
Sorry, something went wrong.
No branches or pull requests
在安装阶段使用命令(pip install "modelscope[cv]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html )时,会非常慢,应该是直接从作者或者其他第三方 提供的OSS拉取了所需的包,可能有限速之类的情况,导致多次安装失败
建议将命令修改为: pip install "modelscope[cv]==1.3.2" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://pypi.mirrors.ustc.edu.cn/simple/
The text was updated successfully, but these errors were encountered: