8000 Tags · weiping/llama.cpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: weiping/llama.cpp

Tags

b4857

Toggle b4857's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
authors : update (ggml-org#12271)

b4508

Toggle b4508's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding linenoise.cpp to llama-run (ggml-org#11252)

This is a fork of linenoise that is C++17 compatible. I intend on
adding it to llama-run so we can do things like traverse prompt
history via the up and down arrows:

https://github.com/ericcurtin/linenoise.cpp

Signed-off-by: Eric Curtin <ecurtin@redhat.com>

b4404

Toggle b4404's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ggml : fixes for AVXVNNI instruction set with MSVC and Clang (ggml-or…

…g#11027)

* Fixes for clang AVX VNNI

* enable AVX VNNI and alder lake build for MSVC

* Apply suggestions from code review

---------

Co-authored-by: slaren <slarengh@gmail.com>
0