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
  • 10 commits
  • 16 files changed
  • 8 contributors

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    79b33b2 View commit details
    Browse the repository at this point in the history
  2. ggml-quants : rename best_mad to best_error (ggml/1283)

    This commit renames the variable `best_mad` to `best_error` in the
    `make_qkx2_quants` function.
    
    The motivation for this is that the name `best_mad` can be somewhat
    confusing if mean absolute deviation (MAD) is not in use.
    danbev authored and ggerganov committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    497be7c View commit details
    Browse the repository at this point in the history
  3. ggml-cpu : "align corners" for bilinear upscale/downscale (ggml/1285)

    * add "align corners" mode for bilinear upscale, and allow downscaling
    * add ggml_interpolate, deprecate ggml_upscale_ext, pass in align-corners as bit-flag
    * test-backend-ops: replace ggml_upscale_ext with ggml_interpolate, add test cases for downscale and align-corners
    Acly authored and ggerganov committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    431b2c2 View commit details
    Browse the repository at this point in the history
  4. sync : ggml

    ggml-ci
    ggerganov committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    f61c05d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6a4795 View commit details
    Browse the repository at this point in the history
  6. add GELU_ERF (#14455)

    CISC authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    eff5e45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a746cf View commit details
    Browse the repository at this point in the history
  8. CANN: update aclnnGroupedMatmulV2 to aclnnGroupedMatmulV3 (#14411)

    * [CANN]update to aclnnGroupedMatmulV2
    
    Signed-off-by: noemotiovon <[email protected]>
    
    * Support MUL_MAT_ID on 310p
    
    Signed-off-by: noemotiovon <[email protected]>
    
    * fix editorconfig
    
    Signed-off-by: noemotiovon <[email protected]>
    
    ---------
    
    Signed-off-by: noemotiovon <[email protected]>
    noemotiovon authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    343b6e9 View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
Loading