Skip to content

MLECO-6704: Simplifying cmake presets

Jerry Collins requested to merge feature/simplify_cmake_presets into main
  1. Added cmake presets:

    • native : Target is the same as the host/build machine.
    • x-android-aarch64 : Target is Android (host machine x86_64 & macOS only).
    • x-linux-aarch64 : Target is Linux-aarch64 (host machine & x86 only)
  2. By default if the target is llama.cpp & Android we default to BUILD_SHARED_LIBS=ON. Other LLM_FRAMEWORKS default to BUILD_SHARED_LIBS=OFF

  3. Updated README.md

Signed-off-by: jerry collins jerry.collins@arm.com Change-Id: I765b766379838ed7e36fc85f087df122e00a1cfd

Merge request reports

Loading