Hi all I was try to run amg_example.py on 2080TI too , I know the triton kernel was written specifically for the A100 , so according the ReadMe file its need to set the environment variable to SEGMENT_ANYTHING_FAST_USE_FLASH_4=0, here is my code import OS os.environ[' SEGMENT_ANYTHING_FAST_USE_FLASH_4'] = '0' but its still have miss the triton module error , Did I do something wrong? Or have any suggestions? thanks you