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: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 10 files changed
  • 7 contributors

Commits on Jul 1, 2025

  1. Add Vulkan images to docker.md (#14472)

    Right now it's not easy to find those.
    xek authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    1b2aaf2 View commit details
    Browse the repository at this point in the history
  2. ci : disable fast-math for Metal GHA CI (#14478)

    * ci : disable fast-math for Metal GHA CI
    
    ggml-ci
    
    * cont : remove -g flag
    
    ggml-ci
    ggerganov authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    de56944 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. ggml : Callback before abort (#14481)

    * Add a callback that will be called just before abort. This allows apps without a console to display a message to the user and save data if needed.
    
    * Return previous callback to allow callback chaining
    
    * style fixes
    
    ---------
    
    Co-authored-by: Diego Devesa <[email protected]>
    ScaledLizard and slaren authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    68b3cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85841e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611ba4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    603e43d View commit details
    Browse the repository at this point in the history
Loading