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-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
2023-03-13
Use vdotq_s32 to improve performance (#67)
Georgi Gerganov
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
Add quantize script for batch quantization (#92)
Pavol Rusnak
2023-03-13
Add initial contribution guidelines
Georgi Gerganov
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
Revert "10% performance boost on ARM"
Georgi Gerganov
2023-03-13
Check for vdotq_s32 availability
Georgi Gerganov
2023-03-13
Ammend to previous commit - forgot to update non-QRDMX branch
Georgi Gerganov
2023-03-13
10% performance boost on ARM
Georgi Gerganov
2023-03-13
Fix color getting reset before prompt output done (#65)
Matvey Soloviev
2023-03-12
Update README.md
Georgi Gerganov
2023-03-12
Add interactive mode (#61)
Matvey Soloviev
2023-03-12
Fix typo in README (#45)
Marc Köhlbrugge
2023-03-12
Allow using prompt files (#59)
Ben Garney
2023-03-12
Add back top_k (#56)
beiller
2023-03-12
Windows fixes (#31)
Sebastián A
2023-03-12
Update README.md
Georgi Gerganov
2023-03-12
Add CI (#60)
Georgi Gerganov
2023-03-12
Revert "weights_only" arg - this causing more trouble than help
Georgi Gerganov
2023-03-12
python/pytorch compat notes (#44)
Oleksandr Nikitin
2023-03-12
Add repetition penalty (#20)
beiller
2023-03-12
Clarify meaning of hacking
Georgi Gerganov
2023-03-12
README: add "Supported platforms" + update hot topics
Georgi Gerganov
2023-03-12
use weights_only in conversion script (#32)
deepdiffuser
[next]