Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.96
Choose a base ref
...
head repository: utilityai/llama-cpp-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.97
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    146c17d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Merge pull request #659 from utilityai/version-bump-0.1.97

    Bumped version to 0.1.97
    MarcusDunn authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    61543c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. chore(deps): bump clap from 4.5.28 to 4.5.29

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.29.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.28...clap_complete-v4.5.29)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    806b59e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump cc from 1.2.13 to 1.2.14

    Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.13 to 1.2.14.
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
    - [Commits](rust-lang/cc-rs@cc-v1.2.13...cc-v1.2.14)
    
    ---
    updated-dependencies:
    - dependency-name: cc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    868b243 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #662 from utilityai/dependabot/cargo/cc-1.2.14

    chore(deps): bump cc from 1.2.13 to 1.2.14
    MarcusDunn authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    2fec438 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #661 from utilityai/dependabot/cargo/clap-4.5.29

    chore(deps): bump clap from 4.5.28 to 4.5.29
    MarcusDunn authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    f4b9657 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Add Logit Bias Sampler

    nhaghighat committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    f321166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f83d19 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Merge pull request #665 from nhaghighat/add_logit_bias_sampler

    Add Logit Sampler
    MarcusDunn authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    2560b35 View commit details
    Browse the repository at this point in the history
Loading