Files
modelscope/docker/scripts/install_flash_attension.sh

5 lines
171 B
Bash
Raw Normal View History

2023-10-16 16:13:28 +08:00
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