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 5b612bc commit 008dfffCopy full SHA for 008dfff
bitsandbytes/triton/triton_utils.py
@@ -0,0 +1,4 @@
1
+import importlib
2
+
3
+def is_triton_available():
4
+ return importlib.util.find_spec("triton") is not None
0 commit comments