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 f405dbb commit 6a7f38aCopy full SHA for 6a7f38a
1 file changed
setup.py
@@ -104,6 +104,7 @@
104
}
105
106
# create "compound" optional dependencies
107
+optional_deps["qdq-placement"] = [*optional_deps["onnx"], "pycuda>=2026.01"]
108
optional_deps["all"] = [
109
deps for k in optional_deps if not k.startswith("dev") for deps in optional_deps[k]
110
]
0 commit comments