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: ggerganov/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb542d39324574a6778fad9ba9e34ba7a14a82a3
Choose a base ref
...
head repository: ggerganov/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a941869cbef8e9cc351a6c6987e4ae3b0f021f7
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 26, 2023

  1. ggml : allocate graphs in a context (#2392)

    * ggml : graph allocation in contexts
    
    * allocate work buffer as a ggml_object in ggml_graph_compute_with_ctx
    
    * llama.cpp : allocate graph in the context
    
    * add GGML_PAD
    
    ---------
    
    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    slaren and ggerganov authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5488fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df1f59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5472ea View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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