Skip to content

Commit 4987ef9

Browse files
committed
try flash attn
Signed-off-by: Max Jeblick <maximilianjeblick@gmail.com>
1 parent 423baa8 commit 4987ef9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ jobs:
1616
with:
1717
python-version: 3.10.11
1818

19-
- name: Setup CUDA
20-
uses: Jimver/cuda-toolkit@v0.2.16
21-
with:
22-
cuda: '12.5.0'
23-
24-
- name: Set CUDA_HOME
25-
run: echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
26-
2719
- name: Install uv
2820
uses: astral-sh/setup-uv@v6
2921
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ reports:
4242
.PHONY: test
4343
test: reports
4444
$(UV) pip install optimum-quanto
45-
$(UV) pip install flash-attn
45+
$(UV) pip install flash-attn --no-build-isolation
4646
PYTHONPATH=. \
4747
$(UV) run pytest \
4848
--cov-report xml:reports/coverage.xml \

0 commit comments

Comments
 (0)