This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch MINIFICPP-2798
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit c9060a840 simplify
    omit cc1ce8067 Apply suggestions from code review
    omit aee23fa36 MINIFICPP-2798 Mock library for C extensions
     add 7ee36e14d MINIFICPP-2719 - Add multimodal capability to llama.cpp 
processor (#2107)
     add 337d09eff MINIFICPP-2798 Mock library for C extensions
     add 60f828888 Apply suggestions from code review
     add 4d18c0d4a simplify

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c9060a840)
            \
             N -- N -- N   refs/heads/MINIFICPP-2798 (4d18c0d4a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 PROCESSORS.md                                      |   2 +
 .../src/minifi_behave/containers/directory.py      |   4 +-
 .../src/minifi_behave/steps/core_steps.py          |  19 +-
 cmake/LlamaCpp.cmake                               |  23 ++-
 .../cpp-extension-lib/include/api/core/FlowFile.h  |   6 +-
 extensions/llamacpp/CMakeLists.txt                 |   2 +-
 .../llamacpp/processors/DefaultLlamaContext.cpp    | 191 +++++++++++++++++----
 .../llamacpp/processors/DefaultLlamaContext.h      |  14 +-
 extensions/llamacpp/processors/LlamaContext.h      |   3 +-
 .../llamacpp/processors/RunLlamaCppInference.cpp   |  25 ++-
 .../llamacpp/processors/RunLlamaCppInference.h     |  16 +-
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |  90 ++++++++--
 extensions/llamacpp/tests/features/environment.py  |   6 +-
 .../llamacpp/tests/features/llamacpp.feature       |  18 +-
 .../tests/features/resources/test-image.png        | Bin 0 -> 359494 bytes
 thirdparty/llamacpp/cpp-23-fixes.patch             |  24 ---
 thirdparty/llamacpp/lu8_macro_fix.patch            |  17 --
 thirdparty/llamacpp/mtmd-fix.patch                 |  44 +++++
 18 files changed, 392 insertions(+), 112 deletions(-)
 create mode 100644 extensions/llamacpp/tests/features/resources/test-image.png
 delete mode 100644 thirdparty/llamacpp/cpp-23-fixes.patch
 delete mode 100644 thirdparty/llamacpp/lu8_macro_fix.patch
 create mode 100644 thirdparty/llamacpp/mtmd-fix.patch

Reply via email to