We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423baa8 commit 4987ef9Copy full SHA for 4987ef9
.github/workflows/test.yml
@@ -16,14 +16,6 @@ jobs:
16
with:
17
python-version: 3.10.11
18
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
27
- name: Install uv
28
uses: astral-sh/setup-uv@v6
29
Makefile
@@ -42,7 +42,7 @@ reports:
42
.PHONY: test
43
test: reports
44
$(UV) pip install optimum-quanto
45
- $(UV) pip install flash-attn
+ $(UV) pip install flash-attn --no-build-isolation
46
PYTHONPATH=. \
47
$(UV) run pytest \
48
--cov-report xml:reports/coverage.xml \
0 commit comments