Open JamesHOEEEE opened 6 months ago
Hi @JamesHOEEEE,
You can try manually disabling the kernel by commenting out these lines here:
Thanks, Christian
Hi @cpuhrsch
Thanks for your reply , It seems working fine now
Hi @JamesHOEEEE,
You can try manually disabling the kernel by commenting out these lines here:
Thanks, Christian
Hi, bro. I am working on windows11 os, and have no effect by commenting these lines. Report "No module named triton", and how to deal with code in flash_4.py about "import triton" ?
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