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: rainats/llama-cpp-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: abetlen/llama-cpp-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    f8c1f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5684112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1a8ec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. fix(embedding): set kv_unified=True when embedding=True to enable bat…

    …ch processing (abetlen#2217)
    
    * fix(embedding): set kv_unified=True when embedding=True to enable batch processing
    
    * chore: update changelog for batch embedding fix
    
    ---------
    
    Co-authored-by: abetlen <abetlen@gmail.com>
    SanjanaB123 and abetlen authored May 13, 2026
    Configuration menu
    Copy the full SHA
    95ccb19 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. feat: Update llama.cpp to ggml-org/llama.cpp@91e84fed6 (abetlen#2218)

    * feat: update llama.cpp to 91e84fed6
    
    * chore: document mtmd_caps c declaration
    abetlen authored May 15, 2026
    Configuration menu
    Copy the full SHA
    7664a3e View commit details
    Browse the repository at this point in the history
  2. chore: migrate llama.cpp submodule to ggml-org (abetlen#2034)

    Co-authored-by: abetlen <abetlen@gmail.com>
    shalinib-ibm and abetlen authored May 15, 2026
    Configuration menu
    Copy the full SHA
    c7bea71 View commit details
    Browse the repository at this point in the history
Loading