Thanks to visit codestin.com
Credit goes to github.com

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: morlockstudios-com/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.
  • 13 commits
  • 24 files changed
  • 2 contributors

Commits on Dec 29, 2023

  1. Adds all the compiler flags to optimize Llama to be more performant. …

    …Also makes METAL non conditional
    pkrmf committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2d5fa7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f1da1e View commit details
    Browse the repository at this point in the history
  3. Adds metal and ggml-alloc to allow whisper and others to import it

    Marc Terns authored and pkrmf committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9433a8e View commit details
    Browse the repository at this point in the history
  4. Properly creates symbolic links

    pkrmf committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4f83fc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62fb12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8893654 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0bdbcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eea790a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59af9ea View commit details
    Browse the repository at this point in the history
  10. Prevents calculation of closest texts if there are no existing embedd…

    …ings to find closest texts from
    pkrmf committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    44579b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de097be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a7c196 View commit details
    Browse the repository at this point in the history
  13. Adds symlinks to headers, small build fix for common.cpp and necessar…

    …y changes in bert to onboard with latest ggml
    pkrmf committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7db4159 View commit details
    Browse the repository at this point in the history
Loading