Open frankxu2004 opened 2 years ago
In tools/Makefile
tools/Makefile
# Set if install binaries on CPU mode e.g. make CPU_ONLY=1 # If you don't have any GPUs, this value will be set automatically ifeq ($(shell which nvcc),) # 'nvcc' not found CPU_ONLY := 0 else CPU_ONLY := endif
In
tools/Makefile