go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
658 stars 80 forks source link

Bump llama.cpp from `55dbb91` to `4304bd3` #135

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps llama.cpp from 55dbb91 to 4304bd3.

Commits
  • 4304bd3 CUDA: mul_mat_vec_q kernels for k-quants (#2203)
  • 229aab3 make : fix combination of LLAMA_METAL and LLAMA_MPI (#2208)
  • 6979666 ggml : sync (ggml_conv_2d, fix mul_mat bug, CUDA GLM rope)
  • 27ad57a Metal: faster Q4_0 and Q4_1 matrix x vector kernels (#2212)
  • 32c5411 Revert "Support using mmap when applying LoRA (#2095)" (#2206)
  • ff5d58f Fix compile error on Windows CUDA (#2207)
  • b782422 devops : add missing quotes to bash script (#2193)
  • 1cbf561 metal : new q4_0 matrix-vector kernel (#2188)
  • 975221e ggml : broadcast mul_mat + conv batch support (#2199)
  • 4523d10 ggml : add ggml_pool_1d and ggml_pool_2d
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #138.