camenduru / Wonder3D-colab

81 stars 7 forks source link

Colab Cuda upgrade affects xformers and libcudart.so.11.0 #8

Closed nsarafianos closed 9 months ago

nsarafianos commented 9 months ago

Hey @camenduru

Thanks for putting up this collab. I noticed today that the collab is not working (potentially due to CUDA upgrades).

Happy to get any pointers on how to address this!

nsarafianos commented 9 months ago

Solution: Installing the latest tinycuda-nn solves this problem (it just takes some time :) )

!pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch

fireincairo00 commented 9 months ago

Solution: Installing the latest tinycuda-nn solves this problem (it just takes some time :) )

!pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch

thanks mate, could not get this to work either, could you provide the exact changes to the notebook to make it work? I got the warning below and the generation fails:

WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.1.0+cu118 with CUDA 1108 (you have 2.1.0+cu121) Python 3.10.13 (you have 3.10.12)

Thanks in advance mate.

camenduru commented 9 months ago

thanks for the info ❤ please try again