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

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


    omit b607c29bb update manifest
    omit c9dc36303 MinifiProcessContextGetControllerServiceFromProperty
    omit 4b6f8fc6a remove MinifiProxyData::version
    omit 084129dce MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description 
change
    omit 70c1c201a minimize formatting changes for easier review
    omit b271534f5 MINIFICPP-2765 Move GCP Extension to stable C API
    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 c4c9358c2 MINIFICPP-2831 Update CI manifest (#2185)
     add 82d649c06 MINIFICPP-2798 Mock library for C extensions
     add 9b47b8335 Apply suggestions from code review
     add 8efbb0ea3 simplify
     add 0a3ae8b6c rebase fixes
     add fe05ba3f9 MINIFICPP-2765 Move GCP Extension to stable C API
     add 36539495a minimize formatting changes for easier review
     add a01f5a35a MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description 
change
     add d818dfb8b remove MinifiProxyData::version
     add 97b90aa9f MinifiProcessContextGetControllerServiceFromProperty
     add 2cac27eaf update manifest

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   (b607c29bb)
            \
             N -- N -- N   refs/heads/gcp_to_c_api (2cac27eaf)

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:
 .../ubuntu_22_04_clang_arm_manifest.json           |  18 +-
 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  |   8 +-
 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 +++++
 19 files changed, 411 insertions(+), 113 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