Skip to content

Commit e742086

Browse files
committed
update
Signed-off-by: Yaoyao Ding <dingyaoyao.cs@gmail.com>
1 parent 46f6068 commit e742086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
- name: Install example dependencies
127127
run: |
128128
pip install wheel
129-
pip install torch==2.8 flash-attn --no-build-isolation
129+
pip install torch==2.8 # since flash-attn only has pre-built wheels for torch<=2.8, todo: update this when flash-attn supports torch>=2.9
130+
pip install flash-attn --no-build-isolation
130131
131132
- name: Run examples
132133
run: |

0 commit comments

Comments
 (0)