]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/shortlog
pkg/ggml/sources/llama.cpp
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
2023-03-19 Georgi GerganovFix off-by-one bug (#115)
2023-03-19 Georgi GerganovFix python stuff (#109)
2023-03-19 qunashRefactoring `convert-pth-to-ggml.py`: more concise...
2023-03-19 Georgi GerganovDrop trailing new line from file prompts (#80)
2023-03-19 Georgi GerganovAdd instruction for using Alpaca (#240)
2023-03-19 Georgi GerganovAdd "--instruct" argument for usage with Alpaca (#240)
2023-03-19 Georgi GerganovChange RMSNorm eps to 1e-6 (#173)
2023-03-19 RonsorWarn user if a context size greater than 2048 tokens...
2023-03-18 Pavol RusnakFix typo in readme
2023-03-18 Pavol RusnakAdd note about Python 3.11 to readme
2023-03-18 Pavol RusnakAdd memory/disk requirements to readme
2023-03-18 Alex NguyenRemove unused code since n_vocab is model.hparams.n_voc...
2023-03-18 Justin Suessfixed warning with std::ignore about unused function...
2023-03-18 Gary LinscottFix n^2 loop in tokenization (#254)
2023-03-18 anzz1CI Improvements (#230)
2023-03-17 Niklas KorzNix flake (#40)
2023-03-17 thementImplement non-greedy tokenizer that tries to maximize...
2023-03-17 Georgi GerganovDefault to 4 threads (#243)
2023-03-17 Georgi GerganovUpdate Contributing section
2023-03-17 Stephan WalterDon't tell users to use a bad number of threads (#243)
2023-03-17 mmyjonaadd ptread link to fix cmake build under linux (#114)
2023-03-17 Bernat Vadell🚀 Dockerize llamacpp (#132)
2023-03-17 Matvey SolovievQ4_1 quantization (#193)
2023-03-16 Georgi GerganovUpdate README.md
2023-03-16 Georgi GerganovExpand "Contributing" section
2023-03-16 Georgi GerganovUpdate hot topics - RMSnorm
2023-03-15 NebulaFix RMS norm in GGML (#191)
2023-03-15 hoangmitAdd RMS norm and use it (#187)
2023-03-15 moritzbrantnerfixed typo (#178)
2023-03-15 Rickey Bowers Jradd SIGINT support for _WIN32 environments (#120)
2023-03-15 Justin Suessadded ctx_size parameter (#148)
2023-03-15 Justin Suessfixed color reset on exit (#149)
2023-03-15 Musab GultekinFix potential licensing issue (#126)
2023-03-15 RonsorUse `tokenizer.vocab_size()` instead of hardcoding...
2023-03-15 hoangmitinline -> static inline for "bytesFromNibbles" (#161)
2023-03-14 RonsorDon't use vdotq_s32 if it's not available (#139)
2023-03-14 Radoslav GerganovAdd section to README on how to run the project on...
2023-03-14 Georgi GerganovAdd Misc section + update hot topics + minor fixes
2023-03-13 Sebastián AAdd windows to the CI (#98)
2023-03-13 Georgi GerganovCMake build in Release by default (#75)
2023-03-13 Georgi GerganovUpdate contribution section, hot topics, limitations...
2023-03-13 Georgi GerganovPrint system information
2023-03-13 Sebastián AInitial support for CMake (#75)
2023-03-13 Thomas KlausnerAdd NetBSD support. (#90)
2023-03-13 Pavol RusnakUse fprintf for diagnostic output (#48)
2023-03-13 Georgi GerganovUse vdotq_s32 to improve performance (#67)
2023-03-13 uint256_tReduce model loading time (#43)
2023-03-13 Val KharitonovFix UTF-8 handling (including colors) (#79)
next