File size: 103 Bytes
82fea12
 
 
 
1
2
3
4
5
import importlib

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