llama.cpp
fix : Dangling pointer for non-empty trigger words in lazy grammar construction
#17048
Merged

Commits
  • fix : Dangling pointer for non-empty trigger words in llama_sampler_init_grammar_impl (#17047)
    marek-hradil committed 48 days ago
  • Replace 'static' workaround, with keeping variable in scope for longer
    marek-hradil committed 47 days ago
  • Create std::array directly and pass into llama_grammar_init_impl
    marek-hradil committed 40 days ago
  • Add back the trigger pattern
    marek-hradil committed 40 days ago
  • Missed array include
    marek-hradil committed 40 days ago
Loading