From 13decd6d44b8af941c6d2bdb8f10d2f3b67f667b Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 12 Feb 2025 12:01:18 +0100 Subject: [PATCH] Patching flash v1. --- server/Makefile-flash-att | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/Makefile-flash-att b/server/Makefile-flash-att index f3e591cc..f1efc378 100644 --- a/server/Makefile-flash-att +++ b/server/Makefile-flash-att @@ -1,10 +1,9 @@ -# This is v1.0.9 -flash_att_commit := 6d48e14a6c2f551db96f0badc658a6279a929df3 +flash_att_commit := ceee0de88c037ee6eda5e75c813a8648e4bcb1c9 build-flash-attention: if [ ! -d 'flash-attention' ]; then \ pip install -U packaging ninja --no-cache-dir && \ - git clone https://github.com/Dao-AILab/flash-attention.git; \ + git clone https://github.com/Narsil/flash-attention.git; \ fi cd flash-attention && git fetch && git checkout $(flash_att_commit) && \ MAX_JOBS=8 python setup.py build && cd csrc/layer_norm && python setup.py build && cd ../rotary && python setup.py build