-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named triton on 2080TI #120
Comments
Hi @JamesHOEEEE, You can try manually disabling the kernel by commenting out these lines here: segment-anything-fast/segment_anything_fast/flash_4.py Lines 342 to 367 in bd37672
Thanks, |
Hi @cpuhrsch Thanks for your reply , It seems working fine now |
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
The text was updated successfully, but these errors were encountered: