llama.cpp releases · · 1 min read

b9731

Mirrored from llama.cpp releases for archival readability. Support the source by reading on the original site.

server : optimize get_token_probabilities (#24796)

Use std::partial_sort to order only the requested top-n tokens instead
of the full vocabulary

logprobs sort: vocab=128000 n_top=0 iters=100
full    sort:   8555.6 us/op
partial sort:    704.3 us/op

Signed-off-by: Adrien Gallouët [email protected]

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

  • DISABLED
  • openEuler x86 (310p)
  • openEuler x86 (910b, ACL Graph)
  • openEuler aarch64 (310p)
  • openEuler aarch64 (910b, ACL Graph)

UI:

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from llama.cpp releases