File size: 103 Bytes
6aa1a9b
 
 
 
1
2
3
4
5
import importlib

def is_triton_available():
    return importlib.util.find_spec("triton") is not None