go-skynet / go-llama.cpp

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

Bump llama.cpp from `468ea24` to `9ca4abe` #170

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps llama.cpp from 468ea24 to 9ca4abe.

Commits
  • 9ca4abe Handle ENABLE_VIRTUAL_TERMINAL_PROCESSING more gracefully on earlier versio...
  • e59fcb2 Add --n-predict -2 for stopping generation on full context (#2565)
  • 1638757 Fix grammar-based sampling issue in server (#2566)
  • 916a9ac ggml-alloc: Don't try to re-use buffers of external tensors (#2562)
  • ea04a4c add log_callback to llama_context_params for custom logging. (#2234)
  • 25d43e0 CUDA: tuned mul_mat_q kernels (#2546)
  • f5bfea0 Allow passing grammar to completion endpoint (#2532)
  • acfc547 CUDA: tighter VRAM scratch size for 65b/70b (#2551)
  • 7ed8d1f llm.vim : multiline autocompletion, get rid of "^@" (#2543)
  • e7f94d6 vim : bring back simple llm.vim example
  • 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 1 year ago

Superseded by #172.