Files
modelscope/docker/scripts/install_flash_attension.sh
2023-10-16 16:13:28 +08:00

5 lines
171 B
Bash

git clone -b v2.3.2 https://github.com/Dao-AILab/flash-attention && \
cd flash-attention && python setup.py install && \
cd .. && \
rm -rf flash-attention