examples : remove model-conversion directory

This was missed in the previous commit.
This commit is contained in:
Daniel Bevenius 2026-01-02 10:03:49 +01:00
parent 815a19f1d6
commit 7d0000edaf
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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