打算用cpu来使用结果提示如下
Xformers is not installed correctly. If you want to use memory_efficient_attention to accelerate training use the following command to install Xformers
pip install xformers.
然后查了下xformers直接安装必须要安装在CUDA118上,只能换成这个版本
结果就变成了需要triton
但这个只支持linux,但是我在网上找到了一篇关于如何本地安装的,安装上去了之后,错误变成了
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: DLL load failed while importing libtriton: 找不到指定的模块。
请问下我这个到底是遇到啥问题了,原本看的是吧主的入门教程,用的也是win10,可以问一下我是不是错过了什么导致这个情况
Xformers is not installed correctly. If you want to use memory_efficient_attention to accelerate training use the following command to install Xformers
pip install xformers.
然后查了下xformers直接安装必须要安装在CUDA118上,只能换成这个版本
结果就变成了需要triton
但这个只支持linux,但是我在网上找到了一篇关于如何本地安装的,安装上去了之后,错误变成了
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: DLL load failed while importing libtriton: 找不到指定的模块。
请问下我这个到底是遇到啥问题了,原本看的是吧主的入门教程,用的也是win10,可以问一下我是不是错过了什么导致这个情况