mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-10 12:33:28 +02:00
5 lines
171 B
Bash
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
|