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

Commits on Mar 1, 2026

  1. Initial plan

    Copilot committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    036f346 View commit details
    Browse the repository at this point in the history
  2. docker: add linux/arm64 to CUDA cuda12 build platforms

    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    779c536 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from codeanker/copilot/add-arm64-support-to-docker

    docker: add linux/arm64 to CUDA cuda12 build platforms
    superbarne authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    88c6d3f View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    13a9b56 View commit details
    Browse the repository at this point in the history
  5. Remove all workflows except docker.yml

    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    de796d6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from codeanker/copilot/remove-unneeded-workflows

    Remove all CI workflows except Docker image build
    superbarne authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    7853a5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e3085b View commit details
    Browse the repository at this point in the history
  8. Initial plan

    Copilot committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    0a4847a View commit details
    Browse the repository at this point in the history
  9. fix: update misleading Docker Hub references to GitHub Container Regi…

    …stry in workflow
    
    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    837633c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7584638 View commit details
    Browse the repository at this point in the history
  11. feat: only build server-cuda Docker image in workflow

    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    dae4013 View commit details
    Browse the repository at this point in the history
  12. feat: add cuda13 server image to Docker workflow matrix

    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    0cd746e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3 from codeanker/copilot/update-docker-publish-ta…

    …rget
    
    Trim Docker workflow to only build server-cuda12 and server-cuda13 images
    superbarne authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    444ea08 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. fix cmake arg

    superbarne committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    1e375e3 View commit details
    Browse the repository at this point in the history
  2. focus on arm64

    superbarne committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    9bad623 View commit details
    Browse the repository at this point in the history
  3. add arm64 runner

    superbarne committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    d74d46d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Initial plan

    Copilot committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    4336918 View commit details
    Browse the repository at this point in the history
  2. server: fix json_schema response_format handling (merge #18963)

    - Add validation that json_schema.schema is present when using response_format.type: "json_schema"
    - Update error message for invalid response_format types to include "json_schema"
    - Add test cases for json_schema validation and error messages
    
    Co-authored-by: superbarne <[email protected]>
    Copilot and superbarne committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    9680d0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from codeanker/copilot/merge-llama-cpp-pr-18963

    server: fix json_schema response_format handling
    superbarne authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    a71a627 View commit details
    Browse the repository at this point in the history
Loading