From 7d0000edaf832fa3e347c12b7ce1c8921136f08b Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 2 Jan 2026 10:03:49 +0100 Subject: [PATCH] examples : remove model-conversion directory This was missed in the previous commit. --- examples/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 02c201d57d..a29dc707c3 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -35,7 +35,6 @@ else() add_subdirectory(gen-docs) add_subdirectory(training) add_subdirectory(diffusion) - add_subdirectory(model-conversion) if (NOT GGML_BACKEND_DL) add_subdirectory(convert-llama2c-to-ggml) # these examples use the backends directly and cannot be built with dynamic loading