История коммитов

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