admin 管理员组文章数量: 887006
问题现象
若未安装,则在运行调用了该仓库的 Python 脚本时,会报错如下:
ModuleNotFoundError: No module named 'triton'
在 Windows 系统中,如果直接使用 pip 安装,会报错如下:
pip install triton
ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton
这是因为 pypi 中的 triton 中没有适用于 Python 的版本。
解决方法
Step 1|在 HuggingFace 上下载 triton 的 Windows 包:https://hf-mirror/madbuda/triton-windows-builds
Step 2|在下载路径下 pip install 安装 whl 文件即可:
pip install triton-2.1.0-cp311-cp311-win_amd64.whl
后续问题
如果继续抛出如下异常,可能是版本不匹配,暂未找到合适的解决方法。
ModuleNotFoundError: No module named 'tritonmon'
如果在 unsloth
用到,那么通常因为 unsloth
通常是用来显卡加速的,可以尝试暂时卸载 unsloth
解决。
本文标签: 系统安装 方法 python Windows triton
版权声明:本文标题:Python|Windows 系统安装 triton 的方法 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1732154024h1523950.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论