Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcmorph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ SPDX-License-Identifier: Apache-2.0
InferenceParameters, ModelParameters, ChatResponse/Timings/Pair, ChatResponseParser,
ReasoningFormat) is untouched by 5.1.0.
5.2.0 is a BREAKING bump this module needs, not an optional one: the binding removed
ModelParameters.enableFlashAttn()/ModelFlag.FLASH_ATTN (--flash-attn takes a mandatory
ModelParameters.enableFlashAttn()/ModelFlag.FLASH_ATTN (the flash-attn flag takes a mandatory
on|off|auto value since llama.cpp b10273, so the valueless flag emitted a broken argv)
and renamed setTensorReadLazy/TensorReadLazyMode to setLazyMode/LazyMode (llama.cpp
b10731 renamed --tensor-read-lazy to --lazy-mode with no alias). The provider calls
b10731 renamed the tensor-read-lazy flag to lazy-mode with no alias). The provider calls
both, so it cannot compile against 5.1.0 any more.
This deliberately names the RELEASE, not 5.2.0-SNAPSHOT: a snapshot would need a
<repositories> entry for the Central snapshot channel (this repo declares none -- the
<repositories> entry for the Central snapshot channel (this repo declares none; the
distributionManagement/snapshotRepository below is deploy-only) AND would block every
srcmorph release, since Central rejects a release with a -SNAPSHOT dependency. The
build therefore stays red until net.ladenthin:llama:5.2.0 is published, and goes green
Expand Down
Loading