Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | Don't tell users to use a bad number of threads (#243) | Stephan Walter | |
The readme tells people to use the command line option "-t 8", causing 8 threads to be started. On systems with fewer than 8 cores, this causes a significant slowdown. Remove the option from the example command lines and use /proc/cpuinfo on Linux to determine a sensible default. | |||
2023-03-17 | 🚀 Dockerize llamacpp (#132) | Bernat Vadell | |
* feat: dockerize llamacpp * feat: split build & runtime stages * split dockerfile into main & tools * add quantize into tool docker image * Update .devops/tools.sh Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> * add docker action pipeline * change CI to publish at github docker registry * fix name runs-on macOS-latest is macos-latest (lowercase) * include docker versioned images * fix github action docker * fix docker.yml * feat: include all-in-one command tool & update readme.md --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
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 | fixed typo (#178) | moritzbrantner | |
2023-03-15 | Fix potential licensing issue (#126) | Musab Gultekin | |
* Update README.md * Update README.md remove facebook | |||
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 | Update contribution section, hot topics, limitations, etc. | Georgi Gerganov | |
2023-03-13 | Add quantize script for batch quantization (#92) | Pavol Rusnak | |
* Add quantize script for batch quantization * Indentation * README for new quantize.sh * Fix script name * Fix file list on Mac OS --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
2023-03-13 | Add initial contribution guidelines | Georgi Gerganov | |
2023-03-12 | Update README.md | Georgi Gerganov | |
2023-03-12 | Add interactive mode (#61) | Matvey Soloviev | |
* Initial work on interactive mode. * Improve interactive mode. Make rev. prompt optional. * Update README to explain interactive mode. * Fix OS X build | |||
2023-03-12 | Fix typo in README (#45) | Marc Köhlbrugge | |
2023-03-12 | Update README.md | 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 | Clarify meaning of hacking | Georgi Gerganov | |
2023-03-12 | README: add "Supported platforms" + update hot topics | Georgi Gerganov | |
2023-03-12 | Update README.md | Georgi Gerganov | |
2023-03-11 | Fix a typo in model name (#16) | Juraj Bednar | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Add AVX2 support for x86 architectures thanks to @Const-me ! | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update Makefile var + add comment | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Support all LLaMA models + change Q4_0 quantization storage | Georgi Gerganov | |
2023-03-11 | Include Python dependencies in README (#6) | Simon Willison | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-11 | Update README.md | Georgi Gerganov | |
2023-03-10 | Update README.md | Georgi Gerganov | |
2023-03-10 | Update README.md | Georgi Gerganov | |
2023-03-10 | Final touches | Georgi Gerganov | |
2023-03-10 | Create README.md | Georgi Gerganov | |