go-skynet / go-llama.cpp

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

Bump llama.cpp from `ac43576` to `07178c9` #277

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps llama.cpp from ac43576 to 07178c9.

Commits
  • 07178c9 flake.nix: fix for rocm 5.7 (#3853)
  • 207b519 ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861)
  • 6e08281 Extend llama_kv_cache_seq_rm to allow matching any sequence (#3843)
  • 2046eb4 make : remove unnecessary dependency on build-info.h (#3842)
  • 71a09da llama : fix kv shift bug (#3835)
  • d69d777 ggml : quantization refactoring (#3833)
  • ff3bad8 flake : update flake.lock for newer transformers version + provide extra dev ...
  • 82a6646 metal : try cwd for ggml-metal.metal if bundle lookup fails (#3793)
  • ba231e8 issues : change label from bug to bug-unconfirmed (#3748)
  • 8a2f2fe convert : ignore tokens if their IDs are within [0, vocab_size) (#3831)
  • 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 11 months ago

Superseded by #278.