mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 20:49:37 +01:00
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13884178 * fix pipeline and image build issue
7 lines
231 B
Bash
7 lines
231 B
Bash
git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention && \
|
|
cd flash-attention && pip install . && \
|
|
pip install csrc/layer_norm && \
|
|
pip install csrc/rotary && \
|
|
cd .. && \
|
|
rm -rf flash-attention
|