QXmX29
QXmX29
the same error... T^T
I changed the command and it works for me: `cmake -B ./build`
Cheers!!! At least now I've temporarily solved the problem. **Background & Solution** 1. I changed `cuda=11.8, gcc=8.5.0` and upgraded torch, torchaudio and torchvison using `pip install --upgrade`. So: `torch=2.0.1, torchaudio=2.0.2,...
> Hi There, Your main issue is that you are trying to install this on a cluster instead of a personal workstation. You have two options. > > 1. Create...
> I found that directly using these commands can also work: export LD_LIBRARY_PATH=/mnt/petrelfs/share/gcc/gcc-8.5.0/lib64:${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} export PATH=/mnt/petrelfs/share/gcc/gcc-8.5.0/bin:$PATH Congratulations! 🎉 For me, I've already added these paths before but still met those terrifying...
> I found that directly using these commands can also work: export LD_LIBRARY_PATH=/mnt/petrelfs/share/gcc/gcc-8.5.0/lib64:${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} export PATH=/mnt/petrelfs/share/gcc/gcc-8.5.0/bin:$PATH Oh, the command `export` can only temporarily take effect in only one bash (terminal). Try...
How did you solved it? I met a similar problem and I'm quite troubled by it T^T
> How did you solved it? I met a similar problem and I'm quite troubled by it T^T Well, days ago I've opened this [issue ](https://github.com/NVlabs/tiny-cuda-nn/issues/337)and solved my problems. But...