Command : cmake . -B build
Error msg:
-- Obtained CUDA architectures automatically from installed GPUs
-- Targeting CUDA architectures: 75
CMake Error at CMakeLists.txt:212 (message):
CUDA version too low. tiny-cuda-nn require CUDA 10.2 or higher.
-- Configuring incomplete, errors occurred!
See also "/home/wk1user2/3D/tiny-cuda-nn/build/CMakeFiles/CMakeOutput.log".
I have also updated the Cuda toolkit using conda install cudatoolkit. how can I solve the issue