Jeff Tseng
Jeff Tseng
> The `LIBRARY_PATH` solution did not work for me, but `export LDFLAGS=-L/usr/local/cuda/lib64/stub` did. This works for me, thanks!
Hi @saimouli, thank you for your issue. We have tried to execute the program and found out that the result might vary a lot on different machines, and the result...
FYI, here's the rendered output on 3070 Ti machine when the training phase of SLAM has completed. 
@num-doc Hello, would you kindly provide the full log by `cmake --build build --parallel $(nproc) 2>&1 | tee build.log` so that we could help you out? Thank you!
@num-doc Glad to hear your success. Sorry that we did not focus on building the python environment, and in the future if you encounter `no packages named "package_name"`, you could...
@xmlyqing00 Hello, we are not sure if our code support 4000 series and they were not released when the repo did. Maybe we have to update the `instant-ngp` backend to...
> I found that linking cc1plus to my conda env's bin/ worked to resolve the cc1plus error: > > ``` > ln -s $CONDA_PREFIX/libexec/gcc/x86_64-conda-linux-gnu/13.2.0/cc1plus $CONDA_PREFIX/bin/ > ``` > > I...