Browse Source
			
			
			
			
				
		- Changed the permissions of build.sh to make it executable. - Simplified the cmake command in build.sh by removing hardcoded paths for CUDNN. - Updated CMakeLists.txt in console_pytorch and evaluation directories to reflect a new CMAKE_PREFIX_PATH for libtorch, ensuring compatibility with the current workspace structure.NH-Rep
				 3 changed files with 3 additions and 3 deletions
			
			
		@ -1,3 +1,3 @@ | 
				
			|||
cd build | 
				
			|||
cmake .. -DCMAKE_PREFIX_PATH=../../libtorch/share/cmake/Torch -DCUDNN_LIBRARY_PATH=../cuda/lib64/libcudnn.so -DCUDNN_INCLUDE_PATH=../cuda/include | 
				
			|||
cmake ..  | 
				
			|||
make | 
				
			|||
 | 
				
			|||
					Loading…
					
					
				
		Reference in new issue