pip install flash-attn 报错

flash-attn安装不上的话,就是torch或者cuda版本不对应导致的,使用:

pip install flash-attn --no-build-isolation  可能会解决

你可能感兴趣的:(pip)