]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/shortlog
pkg/ggml/sources/llama.cpp
2023-03-25 slarenAdd AVX2 implementation of dequantize_row_q4_0 (#467)
2023-03-25 Georgi GerganovDon't interefe with BLAS for large prompts by running...
2023-03-25 Georgi GerganovAdd longer DAN prompt for testing big batch numbers
2023-03-25 slarenAdd timings for the prompt evaluation (#478)
2023-03-25 Georgi GerganovRemove obsolete information from README
2023-03-25 Georgi GerganovRemove obsolete assert and fix compiler warning
2023-03-25 Georgi GerganovFix nasty bug in ggml_compute_forward_mul_mat_f32(...
2023-03-25 anzz1bounds checking for input prefix (#492)
2023-03-25 anzz1feat: '--in-prefix STRING' option (#426)
2023-03-25 Jed FoxAdd support for file load progress reporting callbacks...
2023-03-25 DoomsdayrsAdd missing struct annotation (#483)
2023-03-25 Chris KuehlFix crash for 65B model with pre-allocated memory ...
2023-03-24 Georgi GerganovDisable BLAS altogether - the bug is not just for qunat...
2023-03-24 Georgi GerganovDisable BLAS branch in mul_mat - seems there is a bug
2023-03-24 Georgi GerganovImmediately start processing the prompt before user...
2023-03-24 Georgi GerganovReduce memory usage and allocate enough memory for...
2023-03-24 Georgi GerganovTemporary bump the memory buffer size - hopefully fix...
2023-03-24 Gary MulderUpdate README.md (#444)
2023-03-24 rabidcopyfix instruct mode (#445)
2023-03-24 Georgi GerganovProperly free llama_context on failure
2023-03-24 Cameron Kaiseradditional optimizations for POWER9 (#454)
2023-03-24 comexSupport calling mlock() on loaded model data on Linux...
2023-03-24 LucianoAdd embedding mode with arg flag. Currently working...
2023-03-24 Georgi GerganovAdd link to Roadmap discussion
2023-03-24 Georgi GerganovRevert "Fix memory allocation issues and seg faults"
2023-03-23 Georgi GerganovFix memory allocation issues and seg faults
2023-03-23 Georgi GerganovAvoid the transposed X branch in the Z = X * Y matrix...
2023-03-23 Jed FoxFix quantize script not finding models in parent direct...
2023-03-23 Georgi GerganovRemove oboslete command from Docker script
2023-03-23 Georgi GerganovObsolete
2023-03-23 rabidcopyReplace EOS with newline to prevent context/memory...
2023-03-23 Timmy KnightFix GPTQ converter (#423)
2023-03-23 nusu-githubGenerate library with CMake (#430)
2023-03-23 anzz1Command line args bounds checking (#424)
2023-03-23 Ben SiraphobFix Nix build
2023-03-23 Stephan WalterRevert "Delete SHA256SUMS for now" (#429)
2023-03-23 KerfuffleFix Makefile echo escape codes (by removing them)....
2023-03-23 Gary MulderMove model section from issue template to README.md...
2023-03-23 anzz1Delete SHA256SUMS for now (#416)
2023-03-23 Georgi GerganovAdjust repetition penalty ..
2023-03-23 Georgi GerganovAdd link to recent podcast about whisper.cpp and llama.cpp
2023-03-23 anzz1CI: CMake: Separate build and test steps (#376)
2023-03-23 tjohnmanFix instruct mode broken by PR #354 (#409)
2023-03-22 Gary MulderUpdate issue template so people will use it (#404)
2023-03-22 Stephan WalterDeduplicate q4 quantization functions (#383)
2023-03-22 Valentyn Bezshapkinfix: add POSIX functionality for Linux compilation...
2023-03-22 tjohnmanDon't force immediate interactive without `-i` (#354)
2023-03-22 Erik Scholzcmake: make llama an actual library (#392)
2023-03-22 Erik Scholzfix perplexity after c-api refactor (#390)
2023-03-22 Gary LinscottAdd details on perplexity to README.md (#395)
2023-03-22 Yusuf Kağan... Add missing header for memcpy (#386)
2023-03-22 Georgi GerganovWhen seed <= 0 - use the clock to generate one
2023-03-22 Georgi GerganovInit llama_context_params properly from CLI (#370)
2023-03-22 Georgi GerganovRemove temporary notice and update hot topics
2023-03-22 Georgi GerganovIntroduce C-style API (#370)
2023-03-21 Gary MulderAdd SHA256SUMS file and instructions to README how...
2023-03-21 anzz1Fix bin dir for win ci
2023-03-21 Erik Scholzspecify build type for ctest on windows (#371)
2023-03-21 Georgi GerganovAdd notice about pending change
2023-03-21 Mathieu Nayrollesfix typo in chatLLaMa (#368)
2023-03-21 Georgi GerganovUpdate issue templates
2023-03-21 Fabio R. SluzalaWe could use std::unordered_map over std::map (#305)
2023-03-21 Matvey SolovievFix color codes emitting mid-UTF8 code. (#312)
2023-03-21 comexImporter for GPTQ quantized LLaMA models (#301)
2023-03-21 Gary LinscottCompute perplexity over prompt (#270)
2023-03-21 Jean-Christophe... Add chatLLaMa script (#198)
2023-03-21 Alex von Gluck IVmakefile: Fix CPU feature detection on Haiku (#218)
2023-03-21 anzz1Enable ANSI colors on Windows 10+ (#311)
2023-03-21 Georgi GerganovMinor style changes
2023-03-21 Georgi GerganovAdd chat.sh script
2023-03-21 tjohnmanCheck for reverse prompt by characters instead of token...
2023-03-21 tjohnmanCheck for reverse prompt by characters instead of token...
2023-03-21 Georgi GerganovFix convert script, warnings alpaca instructions, defau...
2023-03-21 Kevin LoAdd OpenBSD support (#314)
2023-03-21 Mack Straightfix typo in comment (#318)
2023-03-21 Qingyou MengMakefile: slightly cleanup for Mac Intel; echo instead...
2023-03-21 anzz1cmdline option for custom amount of model parts (-...
2023-03-21 Kevin KwokUpdate IPFS links to quantized alpaca with new tokenize...
2023-03-21 Georgi GerganovChange default repeat_penalty to 1.0
2023-03-21 Georgi GerganovAdd tokenizer test + revert to C++11 (#355)
2023-03-21 Casey PrimozicAdd initial AVX512 support for dot product on Linux...
2023-03-21 nusu-githubAdding missing features of CMakeLists.txt & Refactoring...
2023-03-20 Ben SiraphobNix flake: set meta.mainProgram to llama
2023-03-20 Qingyou MengFixed tokenizer.model not found error when model dir...
2023-03-20 Mack Straightmove file magic/version to header, print expected versi...
2023-03-20 Bernat VadellDocker - Fix publish docker image in GitHub Registry...
2023-03-20 Mack Straightsentencepiece bpe compatible tokenizer (#252)
2023-03-20 Stephan WalterAdd tqdm to Python requirements (#293)
2023-03-19 cocktailpeanutbugfix: default should not be interactive (#304)
2023-03-19 Georgi GerganovRename script
2023-03-19 Georgi GerganovAdd temporary helper script for Alpaca chat
2023-03-19 Rickey Bowers Jrfix coloring of last `n_batch` of prompt, and refactor...
2023-03-19 tjohnmanSupport for multiple reverse prompts. (#299)
2023-03-19 Suaj CarrotImproved quantize script (#222)
2023-03-19 tjohnmanMake prompt randomization optional. (#300)
2023-03-19 tjohnmanRespect the maximum number of tokens in interactive...
2023-03-19 slarenAdd --ignore-eos parameter (#181)
2023-03-19 Qingyou Menginteractive mode: print '\n' in sigint_handler, this...
2023-03-19 Erik ScholzCommand line switch to use F16 for memory_k and memory_...
2023-03-19 Georgi GerganovUpdate hot topics to mention Alpaca support
next