index
:
llama.cpp.git
master
llama.cpp
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-03-20
move file magic/version to header, print expected version (#319)
Mack Straight
2023-03-20
sentencepiece bpe compatible tokenizer (#252)
Mack Straight
2023-03-19
bugfix: default should not be interactive (#304)
cocktailpeanut
2023-03-19
fix coloring of last `n_batch` of prompt, and refactor line input (#221)
Rickey Bowers Jr
2023-03-19
Support for multiple reverse prompts. (#299)
tjohnman
2023-03-19
Make prompt randomization optional. (#300)
tjohnman
2023-03-19
Respect the maximum number of tokens in interactive. (#298)
tjohnman
2023-03-19
Add --ignore-eos parameter (#181)
slaren
2023-03-19
interactive mode: print '\n' in sigint_handler, this flush stdout thus ensure...
Qingyou Meng
2023-03-19
Command line switch to use F16 for memory_k and memory_v (refactor of #154) (...
Erik Scholz
2023-03-19
Fix off-by-one bug (#115)
Georgi Gerganov
2023-03-19
Drop trailing new line from file prompts (#80)
Georgi Gerganov
2023-03-19
Add "--instruct" argument for usage with Alpaca (#240)
Georgi Gerganov
2023-03-18
Warn user if a context size greater than 2048 tokens is specified (#274)
Ronsor
2023-03-18
Remove unused code since n_vocab is model.hparams.n_vocab (#262)
Alex Nguyen
2023-03-18
fixed warning with std::ignore about unused function result (#151)
Justin Suess
2023-03-17
Implement non-greedy tokenizer that tries to maximize token lengths (#242)
thement
2023-03-16
Add RMS norm and use it (#187)
hoangmit
2023-03-15
add SIGINT support for _WIN32 environments (#120)
Rickey Bowers Jr
2023-03-15
added ctx_size parameter (#148)
Justin Suess
2023-03-15
fixed color reset on exit (#149)
Justin Suess
2023-03-13
Print system information
Georgi Gerganov
2023-03-13
Use fprintf for diagnostic output (#48)
Pavol Rusnak
2023-03-13
Reduce model loading time (#43)
uint256_t
2023-03-13
Fix UTF-8 handling (including colors) (#79)
Val Kharitonov
2023-03-13
Gate signal support on being on a unixoid system. (#74)
Matvey Soloviev
2023-03-13
Fix token count accounting
Matvey Soloviev
2023-03-13
Fix color getting reset before prompt output done (#65)
Matvey Soloviev
2023-03-12
Add interactive mode (#61)
Matvey Soloviev
2023-03-12
Add back top_k (#56)
beiller
2023-03-12
Windows fixes (#31)
Sebastián A
2023-03-12
Add repetition penalty (#20)
beiller
2023-03-11
Bump memory buffer
Georgi Gerganov
2023-03-11
Support all LLaMA models + change Q4_0 quantization storage
Georgi Gerganov
2023-03-10
Fix a bug in the rope calculation
Georgi Gerganov
2023-03-10
Final touches
Georgi Gerganov
2023-03-10
Initial release
Georgi Gerganov