How To Config Instant-ngp

Recording my Instant-ngp Learning

all of operations below are just tested in Ubuntu Env of my Personal Computer

1. Install Nvidia Driver && Anaconda

1
nvidia-smi  # check GPU-Driver version

check my Tips of Config Envs in Linux to config anaconda

2. Check which version cuda your computer support && Install

Nvidia Official Document

CUDA all history Version

finally add path to your bash file:

1
export PATH=/usr/local/cuda-12.2/bin:$PATH

3. Install OpenGL

1
2
sudo apt install libgl-dev
sudo apt install libglfw3-dev

then use official github page way to install

comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy