Logo
Explore Help
Register Sign In
EngineX-Ascend/enginex-ascend-910-llama.cpp
10
0
Fork 0
You've already forked enginex-ascend-910-llama.cpp
Code Issues Pull Requests Actions 4 Projects Releases Wiki Activity
Files
2d8b76a110d76ff6b5728ff0af8477531e4db60e
enginex-ascend-910-llama.cpp/examples/quantize-stats/CMakeLists.txt

6 lines
234 B
CMake
Raw Normal View History

Add quantize-stats command for testing quantization (#728) Command that calculates some statistics over the errors introduced by quantization, like mean square error, max error and some percentile errors for layer weights. Should be useful for testing quantization improvements. Exposes some internal state from ggml and llama for testing
2023-04-08 00:09:18 +02:00
set(TARGET quantize-stats)
add_executable(${TARGET} quantize-stats.cpp)
cmake : install targets (#2256) fix #2252
2023-07-19 15:01:11 +08:00
install(TARGETS ${TARGET} RUNTIME)
Add quantize-stats command for testing quantization (#728) Command that calculates some statistics over the errors introduced by quantization, like mean square error, max error and some percentile errors for layer weights. Should be useful for testing quantization improvements. Exposes some internal state from ggml and llama for testing
2023-04-08 00:09:18 +02:00
target_link_libraries(${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 68ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API