mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-25 04:30:48 +01: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
|