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 f417260 commit e7fa61fCopy full SHA for e7fa61f
pyproject.toml
@@ -45,7 +45,8 @@ dev = ["pre-commit>=3.0.4,<5.0"]
45
fp8 = ["llmcompressor"]
46
gptq = ["Cython", "gptqmodel>=1.7.3"]
47
mx = ["microxcaling>=1.1"]
48
-vision = ["torchvision>=0.17"]
+test = ["pillow"]
49
+torchvision = ["torchvision>=0.17"]
50
visualize = ["matplotlib", "graphviz", "pygraphviz"]
51
flash-attn = ["flash-attn>=2.5.3,<3.0"]
52
opt = ["fms-model-optimizer[fp8, gptq]"]
tox.ini
@@ -6,6 +6,7 @@ minversion = 4.4
6
description = run tests (unit, unitcov)
7
extras =
8
dev
9
+ test
10
package = wheel
11
wheel_build_env = pkg
12
deps =
0 commit comments