KataGo
KataGo copied to clipboard
About TensorRT 10
All the .dll and .lib files in the TensorRT 10 zip package for Windows versions are suffixed with "_10", which can lead to an issue where libnvinfer.lib cannot be found when compiling the TensorRT backend using cmake, as it is actually named libnvinfer_10.lib.This may be an issue with the CMakeLists.txt file.