Skip to content

llmtrim 0.1.9

Choose a tag to compare

@github-actions github-actions released this 13 Jun 23:14
· 63 commits to main since this release

Added

  • Swift package. llmtrim is now installable from Swift Package Manager via
    fkiene/llmtrim-swift:
    .package(url: "https://github.com/fkiene/llmtrim-swift", from: "0.1.9"). It wraps the
    prebuilt llmtrimFFI.xcframework attached to each release, so import Llmtrim needs no
    Rust toolchain. This replaces the previous "build the XCFramework yourself" step.