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: abetlen/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: shakalaca/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.
  • 10 commits
  • 21 files changed
  • 1 contributor

Commits on Oct 15, 2025

  1. feat: Update llama.cpp; Update README and API reference for new model…

    … loading functions; refactor examples to use updated APIs
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    e58922f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dab43c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    888a734 View commit details
    Browse the repository at this point in the history
  4. feat: Enhance model path retrieval with improved error handling for h…

    …uggingface_hub downloads
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    26defad View commit details
    Browse the repository at this point in the history
  5. feat: Enhance completion tests with additional scenarios for multiple…

    … stops, logit bias, and temperature handling
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    43e0b9a View commit details
    Browse the repository at this point in the history
  6. feat: Refactor embedding tests to use monkeypatch for better isolatio…

    …n and add new tests for multi-input precision and return count
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    09913d7 View commit details
    Browse the repository at this point in the history
  7. feat: Enhance grammar parsing and validation with additional tests fo…

    …r schema handling and error raising
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    c524fb5 View commit details
    Browse the repository at this point in the history
  8. feat: Add comprehensive tests for server contract including completio…

    …n, chat, and embedding endpoints
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5f52bd5 View commit details
    Browse the repository at this point in the history
  9. feat: Add tests for chat completion functionality including argument …

    …forwarding and streaming responses
    shakalaca committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    c732e64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd9ab54 View commit details
    Browse the repository at this point in the history
Loading