dinov2cpp: link ggml statically — shared libggml lived in the build tree

Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014S8VtAvG499SsCbeESRK7V
parent 1ca4a83b
......@@ -69,6 +69,7 @@ cp "$HERE/embed.cpp" .
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DGGML_VULKAN=ON \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_REALTIME=OFF -DBUILD_QUANTIZE=OFF ..
make -j"$(nproc)" embed
echo "BUILT: $(pwd)/bin/embed"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment