go-skynet / go-llama.cpp

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

Bump llama.cpp from `468ea24` to `4329d1a` #163

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps llama.cpp from 468ea24 to 4329d1a.

Commits
  • 4329d1a CUDA: use min compute capability of GPUs actually used (#2506)
  • 02f9d96 CUDA: check if event is NULL before cudaStreamWaitEvent (#2505)
  • 3498588 Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
  • 5f631c2 Fixing race condition in server and partial stream handling in frontend. (#2391)
  • 415e99f Stream save llama context data to file instead of allocating entire buffer up...
  • ff966e7 build : fix several cast and printf warnings (#2499)
  • 8183159 examples : generate JSON according to schema (#1887)
  • See full diff 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 #165.