[BUG]: from colossalai._C import fused_optim ImportError
π Describe the bug
/examples/images/dreambooth/ runs error as follows:
Using /home/ubuntu/.cache/torch_extensions/py37_cu117 as PyTorch extensions root...
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/colossalai/kernel/init.py", line 4, in
Environment
No response
Did you install it from our official website. If install from source, please check if your CUDA tookit version matches your torch and colossalai version.
Yes, I just folows your official document:

Bot detected the issue body's language is not English, translate it automatically. π―ππ»π§βπ€βπ§π«π§πΏβπ€βπ§π»π©πΎβπ€βπ¨πΏπ¬πΏ
Yes, I just folows your official document:

my cuda is 11.4
You can try with cuda 11.3 or 11.6, and install the corresponding Pytorch.
my cuda is 11.4
I met the same question. Have you salved it by changing cuda version?
you may solve this problem if you use a higher version of gcc. I solved the same sort of problem using gcc 7.3.0.
you may solve this problem if you use a higher version of gcc. I solved the same sort of problem using gcc 7.3.0.
Thanks for the advice. We have updated a lot. This issue was closed due to inactivity. If you have similar bugs, please open a new issue. Thanks.