llama.cpp
Add llama_beam_search().
#2267
Merged

Commits
  • Add llama_beam_search().
    mattpulver committed 2 years ago
  • Add '// Beam search' heading to llama.{h,cpp} after llama_grammar_accept_token().
    mattpulver committed 2 years ago
  • Add space around * pointers and & references.
    mattpulver committed 2 years ago
  • Add spaces around comparison and assignment operators.
    mattpulver committed 2 years ago
  • Prefer west const.
    mattpulver committed 2 years ago
  • Use llama_ prefix for structs in global namespace.
    mattpulver committed 2 years ago
  • Delete obsolete comment from an earlier revision.
    mattpulver committed 2 years ago
  • Change eos to eob in llama_beam and llama_beam_view structs.
    mattpulver committed 2 years ago
Loading