mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			187 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			187 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TARGET quantize)
 | |
| add_executable(${TARGET} quantize.cpp)
 | |
| target_link_libraries(${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT})
 | |
| target_compile_features(${TARGET} PRIVATE cxx_std_11)
 | 
