You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A matching Triton is not available, some optimizations will not be enabled
Traceback (most recent call last):
File "D:\AI\Hallo2\hallo2\runtime\lib\site-packages\xformers_init_.py", line 55, in _is_triton_available
from xformers.triton.softmax import softmax as triton_softmax # noqa
File "D:\AI\Hallo2\hallo2\runtime\lib\site-packages\xformers\triton\softmax.py", line 11, in
import triton
ModuleNotFoundError: No module named 'triton'
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
第一个问题:
运行app.py有上面的提示没有triton
查了下资料,xformers v0.0.25.post1的版本
Triton 内核现在需要至少具有计算能力 8.0 的 GPU(A100 或更高版本)。这是由于较新版本的 triton 无法正确支持较旧的 GPU,删除了对 2.1.0 之前的 PyTorch 版本的支持。
但是不影响启动
请问:这个错误如何处理。
A matching Triton is not available, some optimizations will not be enabled
Traceback (most recent call last):
File "D:\AI\Hallo2\hallo2\runtime\lib\site-packages\xformers_init_.py", line 55, in _is_triton_available
from xformers.triton.softmax import softmax as triton_softmax # noqa
File "D:\AI\Hallo2\hallo2\runtime\lib\site-packages\xformers\triton\softmax.py", line 11, in
import triton
ModuleNotFoundError: No module named 'triton'
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.第一个问题:
运行app.py有上面的提示没有triton
查了下资料,xformers v0.0.25.post1的版本
Triton 内核现在需要至少具有计算能力 8.0 的 GPU(A100 或更高版本)。这是由于较新版本的 triton 无法正确支持较旧的 GPU,删除了对 2.1.0 之前的 PyTorch 版本的支持。
但是不影响启动
请问:这个错误如何处理。
第二个问题:
运行app.py提示找不到default.yaml文件,查看目录hallo2\configs\inference,发现文件夹没有这个文件,修改app里的configs/inference/default.yaml,为configs/inference/long.yaml,可以正常运行,是否有影响。
The text was updated successfully, but these errors were encountered: