go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
679 stars 83 forks source link

Bump llama.cpp from `b8c8dda` to `55dbb91` #126

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps llama.cpp from b8c8dda to 55dbb91.

Commits
  • 55dbb91 [llama] No need to check file version when loading vocab score (#2079)
  • d7d2e6a server: add option to output probabilities for completion (#1962)
  • 46088f7 ggml : fix build with OpenBLAS (close #2066)
  • 0bc2cdf Better CUDA synchronization logic (#2057)
  • befb3a3 Test-based VRAM scratch size + context adjustment (#2056)
  • b213227 cmake : don't force -mcpu=native on aarch64 (#2063)
  • 2f8cd97 metal : release buffers when freeing metal context (#2062)
  • 471aab6 convert : add support of baichuan-7b (#2055)
  • 463f2f4 llama : fix return value of llama_load_session_file_internal (#2022)
  • cb44dbc llama : catch llama_load_session_file_internal exceptions (#2022)
  • 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)