Commit Verlauf

Autor SHA1 Nachricht Datum
  Georgi Gerganov d9d54e498d speculative : refactor and add a simpler example (#10362) vor 1 Jahr
  Georgi Gerganov 8d8ff71536 llama : remove Tail-Free sampling (#10071) vor 1 Jahr
  wwoodsTM ff252ea48e llama : add DRY sampler (#9702) vor 1 Jahr
  Georgi Gerganov 55e47786e3 llama : default sampling changes + greedy update (#9897) vor 1 Jahr
  Georgi Gerganov 755a9b2bf0 llama : add infill sampler (#9896) vor 1 Jahr
  MaggotHATE fbc98b748e sampling : add XTC sampler (#9742) vor 1 Jahr
  Diego Devesa 7eee341bee common : use common_ prefix for common library functions (#9805) vor 1 Jahr
  Georgi Gerganov b0f27361f3 sampling : avoid expensive softmax during greedy sampling (#9605) vor 1 Jahr
  Georgi Gerganov 6262d13e0b common : reimplement logging (#9418) vor 1 Jahr
  Georgi Gerganov 0abc6a2c25 llama : llama_perf + option to disable timings during decode (#9355) vor 1 Jahr
  slaren 49006c67b4 llama : move random seed generation to the samplers (#9398) vor 1 Jahr
  Xuan Son Nguyen bfe76d4a17 common : move arg parser code to `arg.cpp` (#9388) vor 1 Jahr
  Georgi Gerganov f12295b8a9 llama : fix empty ring buffer push (#9358) vor 1 Jahr
  Georgi Gerganov df270ef745 llama : refactor sampling v2 (#9294) vor 1 Jahr
  Georgi Gerganov 938943cdbf llama : move vocab, grammar and sampling into separate files (#8508) vor 1 Jahr
  Kevin Wang 470939d483 common : preallocate sampling token data vector (#8363) vor 1 Jahr
  Kevin Wang ffd00797d8 common : avoid unnecessary logits fetch (#8358) vor 1 Jahr
  Daniel Bevenius e6bf007744 llama : return nullptr from llama_grammar_init (#8093) vor 1 Jahr
  Georgi Gerganov 6ff13987ad common : normalize naming style (#7462) vor 1 Jahr
  Olivier Chafik e402de364b `grammars`: fix resampling logic regression (#7424) vor 1 Jahr
  Johannes Gäßler 5ae3426b0b server: fix reported top tokens for temperature 0 (#7203) vor 1 Jahr
  Johannes Gäßler af0a5b6163 server: fix incorrectly reported token probabilities (#7125) vor 1 Jahr
  David Renshaw 3f167476b1 sampling : use std::random_device{}() for default random seed (#6962) vor 1 Jahr
  Johannes Gäßler 28103f4832 Server: fix seed for multiple slots (#6835) vor 1 Jahr
  Minsoo Cheong 586e7bc561 sampling : deduplicated code for probability distribution access (#6240) vor 1 Jahr
  Clint Herron 463628372d grammar : handle missing "root" node (#6004) vor 1 Jahr
  Minsoo Cheong 6d341ab6c5 speculative : implement stochastic speculative sampling (#5625) vor 1 Jahr
  Pierrick Hymbert e3965cf35a server: tests - slow inference causes timeout on the CI (#5715) vor 1 Jahr
  Robey Holderith 5ee99c32f5 common, server : surface min_keep as its own parameter (#5567) vor 1 Jahr
  Georgi Gerganov 689a091bbe sampling : do not set min_keep to n_probs (#5564) vor 1 Jahr