File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,3 @@ target_link_libraries(${TEST_TARGET} PRIVATE llama)
226226
227227llama_build_and_test(test -alloc.cpp)
228228target_include_directories (test -alloc PRIVATE ${PROJECT_SOURCE_DIR} /ggml/src)
229-
230- # Developer-only sanity checks (not built by default)
231- option (GGML_DEV_SANITY "Build developer-only sanity executables" OFF )
232- if (GGML_DEV_SANITY)
233- add_executable (rms-norm-back-sanity ${PROJECT_SOURCE_DIR} /tests/tools/rms_norm_back_sanity.cpp)
234- target_link_libraries (rms-norm-back-sanity PRIVATE ggml ${CMAKE_THREAD_LIBS_INIT} )
235- target_compile_features (rms-norm-back-sanity PRIVATE cxx_std_17)
236- add_test (NAME rms-norm-back-sanity COMMAND $<TARGET_FILE:rms-norm-back-sanity>)
237- endif ()
You can’t perform that action at this time.
0 commit comments