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: ollama/ollama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: ollama/ollama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.6-rc0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 5 contributors

Commits on Jul 2, 2025

  1. mimic logs for layers on new engine (#11278)

    This adds some extra logs to make the new engine a bit more consistent
    with the llama engine.
    dhiltgen authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    2c4ce40 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. doc: Update link for mac install (#11288)

    Favor the dmg now.
    dhiltgen authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    c9e6d77 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

  1. Configuration menu
    Copy the full SHA
    f371260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d60bb4 View commit details
    Browse the repository at this point in the history
  3. int: add performance integration tests (#11173)

    usage example:
      go test --tags=integration,perf -count 1 ./integration -v -timeout 1h -run TestModelsPerf 2>&1 | tee int.log
      cat int.log | grep MODEL_PERF_HEADER | cut -f2- -d: > perf.csv
      cat int.log | grep MODEL_PERF_DATA | cut -f2- -d: >> perf.csv
    dhiltgen authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    4f473e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. Configuration menu
    Copy the full SHA
    5a08b01 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Revert "ggml: Temporarily disable reporting UUIDs"

    The root cause was an unclean upgrade - this code is fine.
    
    This reverts commit 45f216a.
    jessegross committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    592d21e View commit details
    Browse the repository at this point in the history
  2. ci: modularization (#11324)

    switch a few constants to variables
    dhiltgen authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    12d8ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f91cb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43107b1 View commit details
    Browse the repository at this point in the history
Loading