8000 Comparing 0.1...main · oobabooga/llama-cpp-python-basic · GitHub
[go: up one dir, main page]

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: oobabooga/llama-cpp-python-basic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1
Choose a base ref
...
head repository: oobabooga/llama-cpp-python-basic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 8, 2025

  1. feat: Update llama.cpp

    abetlen committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1d5f534 View commit details
    Browse the repository at this point in the history
  2. fix: streaming resource lock (abetlen#1879)

    * fix: correct issue with handling lock during streaming
    
    move locking for streaming into get_event_publisher call so it is locked and unlocked in the correct task for the streaming reponse
    
    * fix: simplify exit stack management for create_chat_completion and create_completion
    
    * fix: correct missing `async with` and format code
    
    * fix: remove unnecessary explicit use of AsyncExitStack
    
    fix: correct type hints for body_model
    
    ---------
    
    Co-authored-by: Andrei <abetlen@gmail.com>
    gjpower and abetlen authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    e8f14ce View commit details
    Browse the repository at this point in the history
  3. chore: Bump version

    abetlen committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    0580cf2 View commit details
    Browse the repository at this point in the history
Loading
0