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 08649f0 commit c4fae0fCopy full SHA for c4fae0f
Makefile
@@ -41,8 +41,8 @@ reports:
41
42
.PHONY: test
43
test: reports
44
- $(UV) add optimum-quanto
45
- $(UV) add flash-attn
+ $(UV) pip install optimum-quanto
+ $(UV) pip install flash-attn
46
PYTHONPATH=. \
47
$(UV) run pytest \
48
--cov-report xml:reports/coverage.xml \
pyproject.toml
@@ -22,9 +22,6 @@ dependencies = [
22
"accelerate>=1.0.0,<2",
23
"requests>=2.32.3,<3",
24
"cachetools>=5.5.2,<6",
25
- "optimum-quanto>=0.2.7",
26
- "hatch>=1.14.1",
27
- "flash-attn>=2.8.2",
28
]
29
30
[project.optional-dependencies]
0 commit comments