evo icon indicating copy to clipboard operation
evo copied to clipboard

NameError: name 'swap_mha_rope' is not defined"

Open JinwnK opened this issue 1 year ago • 0 comments

When I try to load the model, I encounter the following issue. There is a related issue, but it has not solved my problem. NameError: name 'swap_mha_rope' is not defined"

Related versions are as follows: import torch, triton, flash_attn print(torch.__version__, torch.version.cuda, triton.__version__, flash_attn.__version__) 2.3.1+cu121 12.1 2.3.1 2.6.3

JinwnK avatar Nov 13 '24 12:11 JinwnK