ctrlcplusv
Results
1
comments of
ctrlcplusv
> > ImportError: This modeling file requires the following packages that were not found in your environment: flash_attn. Run `pip install flash_attn` > > 安装flash_attn的问题 答:先安装对应版本的cuda-nvcc,https://anaconda.org/nvidia/cuda-nvcc 再安装flash_attn,https://github.com/Dao-AILab/flash-attention/releases/ `pip install https://github.com/Dao-AILab/flash-attention/releases/download/v2.3.3/flash_attn-2.3.3+cu122torch2.1cxx11abiFALSE-cp38-cp38-linux_x86_64.whl`...