We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f6068 commit e742086Copy full SHA for e742086
.github/workflows/tests.yaml
@@ -126,7 +126,8 @@ jobs:
126
- name: Install example dependencies
127
run: |
128
pip install wheel
129
- pip install torch==2.8 flash-attn --no-build-isolation
+ 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
131
132
- name: Run examples
133
0 commit comments