Skip to content

Commit bf1adef

Browse files
committed
Update to v0.12.19
1 parent 4bd8e0c commit bf1adef

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clewdr"
3-
version = "0.12.18"
3+
version = "0.12.19"
44
edition = "2024"
55
authors = ["Xerxes-2 <dspxue@gmail.com>", "LeenHawk <leenhawk@leenhawk.com>"]
66
license = "AGPL-3.0"

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Release Notes
22

3-
- build(docker): stop using musl targets in Docker image build; compile native GNU target directly to avoid `boring-sys2` `open64/fopen64/stat64` link failures
4-
- build(docker): switch runtime base image to `debian:trixie-slim` and include required runtime libs (`ca-certificates`, `libgcc-s1`, `libstdc++6`)
5-
- ci(docker): disable buildx cache for Docker publish workflow (`no-cache: true`) to avoid stale-layer interference during multi-arch builds
3+
- fix: remove top_p when temperature is set

0 commit comments

Comments
 (0)