go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
626 stars 78 forks source link

Bump llama.cpp from `ac43576` to `abd21fc` #273

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps llama.cpp from ac43576 to abd21fc.

Commits
  • abd21fc cmake : add missed dependencies (#3763)
  • 2b4ea35 cuda : add batched cuBLAS GEMM for faster attention (#3749)
  • daab3d7 Add more tokenizer tests (#3742)
  • 469c9ad metal : handle ggml_scale for n%4 != 0 (close #3754)
  • e393259 Revert "make : add optional CUDA_NATIVE_ARCH (#2482)"
  • 9d02956 issues : separate bug and enhancement template + no default title (#3748)
  • 69a6735 Update special token handling in conversion scripts for gpt2 derived tokenize...
  • 5be6c80 llama : remove token functions with context args in favor of model (#3720)
  • 6336701 Fix baichuan convert script not detecing model (#3739)
  • 96981f3 make : add optional CUDA_NATIVE_ARCH (#2482)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 8 months ago

Superseded by #274.