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.100
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.101
Choose a head ref
  • 8 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 24, 2025

  1. chore(deps): bump anyhow from 1.0.95 to 1.0.96

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.95 to 1.0.96.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.95...1.0.96)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    2031385 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #674 from utilityai/dependabot/cargo/anyhow-1.0.96

    chore(deps): bump anyhow from 1.0.95 to 1.0.96
    MarcusDunn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    7fac5a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2946b7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #681 from utilityai/version-bump-0.1.101

    Bumped version to 0.1.101
    MarcusDunn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    7a53f90 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    b30abeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #682 from nobodywho-ooo/fix-msvc-flags-release-pro…

    …file
    
    Explicitly apply optimization flags to msvc compiler also on other profiles than debug
    MarcusDunn authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    8301d63 View commit details
    Browse the repository at this point in the history
  3. Don't imply dynamic llama.cpp just because CUDA is on

    Link against CUDA statically as well to maintain consistency with
    GGML_STATIC although technically that's our discretion.
    vlovich committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    cfa76bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #671 from vlovich/cuda-static-build

    Don't imply dynamic llama.cpp just because CUDA is on
    MarcusDunn authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    100f242 View commit details
    Browse the repository at this point in the history
Loading