Historial de Commits

Autor SHA1 Mensaje Fecha
  Georgi Gerganov 6b6dbc8910 Remove obsolete assert and fix compiler warning hace 2 años
  anzz1 fbd4d38c64 feat: '--in-prefix STRING' option (#426) hace 2 años
  Georgi Gerganov 04c6f5ed6f Immediately start processing the prompt before user input has been provided (#476) hace 2 años
  Georgi Gerganov 7a9b6c3a8b Reduce memory usage and allocate enough memory for largest context (#473) hace 2 años
  rabidcopy 863f65e2e3 fix instruct mode (#445) hace 2 años
  comex 563cdc391d Support calling mlock() on loaded model data on Linux and macOS (#453) hace 2 años
  Luciano 8d4a855c24 Add embedding mode with arg flag. Currently working (#282) hace 2 años
  rabidcopy 2e17dfd80a Replace EOS with newline to prevent context/memory being flushed by EOS in interactive mode (#333) hace 2 años
  tjohnman f7dc43bc0d Fix instruct mode broken by PR #354 (#409) hace 2 años
  tjohnman 305ba6f0e6 Don't force immediate interactive without `-i` (#354) hace 2 años
  Erik Scholz 56e659a0b2 fix perplexity after c-api refactor (#390) hace 2 años
  Georgi Gerganov ae44e23ee3 When seed <= 0 - use the clock to generate one hace 2 años
  Georgi Gerganov 928480ef5b Init llama_context_params properly from CLI (#370) hace 2 años
  Georgi Gerganov f5a77a629b Introduce C-style API (#370) hace 2 años
  Fabio R. Sluzala 353ec251a4 We could use std::unordered_map over std::map (#305) hace 2 años
  Matvey Soloviev 89d5d90f3b Fix color codes emitting mid-UTF8 code. (#312) hace 2 años
  comex 16ffc013c6 Importer for GPTQ quantized LLaMA models (#301) hace 2 años
  Gary Linscott 486ae645fd Compute perplexity over prompt (#270) hace 2 años
  anzz1 c86ba036e6 Enable ANSI colors on Windows 10+ (#311) hace 2 años
  tjohnman d5f56a5e5a Check for reverse prompt by characters instead of tokens (#292) (#330) hace 2 años
  Georgi Gerganov 3bfa3b43b7 Fix convert script, warnings alpaca instructions, default params hace 2 años
  anzz1 975d2cebf9 cmdline option for custom amount of model parts (--n_parts N) (#348) hace 2 años
  Georgi Gerganov eb34620aec Add tokenizer test + revert to C++11 (#355) hace 2 años
  Mack Straight a791a68b61 move file magic/version to header, print expected version (#319) hace 2 años
  Mack Straight 074bea2eb1 sentencepiece bpe compatible tokenizer (#252) hace 2 años
  cocktailpeanut da5303c1ea bugfix: default should not be interactive (#304) hace 2 años
  Rickey Bowers Jr 5c19c70ba6 fix coloring of last `n_batch` of prompt, and refactor line input (#221) hace 2 años
  tjohnman 24568371ae Support for multiple reverse prompts. (#299) hace 2 años
  tjohnman ad5fd5b60c Make prompt randomization optional. (#300) hace 2 años
  tjohnman 368d0c8a9e Respect the maximum number of tokens in interactive. (#298) hace 2 años