]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
spec : fix vocab compat checks in spec example (#22426)
authorPeter Sideris <redacted>
Thu, 30 Apr 2026 05:18:25 +0000 (08:18 +0300)
committerGitHub <redacted>
Thu, 30 Apr 2026 05:18:25 +0000 (08:18 +0300)
commitb42c7fa5b835a87be53a89b062571070f86b86fe
treead3c4d077509affa6d6a06bc508bad82176ef130
parentd77599234ea6e498775aeadbce665eece5bd98cd
spec : fix vocab compat checks in spec example (#22426)

* port #22358 PR to examples/speculative/speculative.cpp
* use vocab_[tgt,dft] instead of ctx_[tgt,dft] when logging on draft
  model / target model vocabulary mismatch

Co-authored-by: Petros Sideris <redacted>
examples/speculative/speculative.cpp