Added triton utils.
This commit is contained in:
parent
5b612bc6df
commit
008dfff9b4
4
bitsandbytes/triton/triton_utils.py
Normal file
4
bitsandbytes/triton/triton_utils.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import importlib
|
||||||
|
|
||||||
|
def is_triton_available():
|
||||||
|
return importlib.util.find_spec("triton") is not None
|
Loading…
Reference in New Issue
Block a user