index
:
llama.cpp.git
master
llama.cpp
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Update hot topics to mention Alpaca support
Georgi Gerganov
2023-03-19
Fix off-by-one bug (#115)
Georgi Gerganov
2023-03-19
Fix python stuff (#109)
Georgi Gerganov
2023-03-19
Refactoring `convert-pth-to-ggml.py`: more concise and readable (#109)
qunash
2023-03-19
Drop trailing new line from file prompts (#80)
Georgi Gerganov
2023-03-19
Add instruction for using Alpaca (#240)
Georgi Gerganov
2023-03-19
Add "--instruct" argument for usage with Alpaca (#240)
Georgi Gerganov
2023-03-19
Change RMSNorm eps to 1e-6 (#173)
Georgi Gerganov
2023-03-18
Warn user if a context size greater than 2048 tokens is specified (#274)
Ronsor
2023-03-18
Fix typo in readme
Pavol Rusnak
2023-03-18
Add note about Python 3.11 to readme
Pavol Rusnak
2023-03-18
Add memory/disk requirements to readme
Pavol Rusnak
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-18
Fix n^2 loop in tokenization (#254)
Gary Linscott
2023-03-18
CI Improvements (#230)
anzz1
2023-03-17
Nix flake (#40)
Niklas Korz
2023-03-17
Implement non-greedy tokenizer that tries to maximize token lengths (#242)
thement
2023-03-17
Default to 4 threads (#243)
Georgi Gerganov
2023-03-17
Update Contributing section
Georgi Gerganov
2023-03-17
Don't tell users to use a bad number of threads (#243)
Stephan Walter
2023-03-17
add ptread link to fix cmake build under linux (#114)
mmyjona
2023-03-17
š Dockerize llamacpp (#132)
Bernat Vadell
2023-03-17
Q4_1 quantization (#193)
Matvey Soloviev
2023-03-16
Update README.md
Georgi Gerganov
2023-03-16
Expand "Contributing" section
Georgi Gerganov
2023-03-16
Update hot topics - RMSnorm
Georgi Gerganov
2023-03-15
Fix RMS norm in GGML (#191)
Nebula
2023-03-16
Add RMS norm and use it (#187)
hoangmit
2023-03-15
fixed typo (#178)
moritzbrantner
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-15
Fix potential licensing issue (#126)
Musab Gultekin
2023-03-15
Use `tokenizer.vocab_size()` instead of hardcoding 32000 in convert-pth-to-gg...
Ronsor
2023-03-15
inline -> static inline for "bytesFromNibbles" (#161)
hoangmit
2023-03-14
Don't use vdotq_s32 if it's not available (#139)
Ronsor
2023-03-14
Add section to README on how to run the project on Android (#130)
Radoslav Gerganov
2023-03-14
Add Misc section + update hot topics + minor fixes
Georgi Gerganov
2023-03-13
Add windows to the CI (#98)
SebastiƔn A
2023-03-13
CMake build in Release by default (#75)
Georgi Gerganov
2023-03-13
Update contribution section, hot topics, limitations, etc.
Georgi Gerganov
2023-03-13
Print system information
Georgi Gerganov
2023-03-13
Initial support for CMake (#75)
SebastiƔn A
2023-03-13
Add NetBSD support. (#90)
Thomas Klausner
2023-03-13
Use fprintf for diagnostic output (#48)
Pavol Rusnak
[prev]
[next]