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 b6a1b7e commit 88ebd12Copy full SHA for 88ebd12
modules/token_merging/setup.py
@@ -4,7 +4,7 @@
4
from setuptools import find_packages, setup
5
6
EXTRAS_REQUIRE = {
7
- "tests": ["onnx", "onnxruntime", "accelerate", "diffusers", "openvino", "optimum", "optimum-intel", "open-clip-torch","timm", "pytest"],
+ "tests": ["onnx", "onnxruntime", "onnxscript", "accelerate", "diffusers", "openvino", "optimum", "optimum-intel", "open-clip-torch","timm", "pytest"],
8
}
9
10
setup(
0 commit comments