]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/shortlog
pkg/ggml/sources/llama.cpp
2023-12-21 Georgi Gerganovreadme : update coding guidelines
2023-12-21 howlgerpy : open merges file as 'utf-8' (#4566)
2023-12-21 bobqianiccuda : better error message for ggml_get_rows (#4561)
2023-12-21 slarencuda : replace asserts in wrong architecture checks...
2023-12-21 Johannes Gäßlerllama : disable per-tensor info prints on model load...
2023-12-21 LoganDarkFix access violation in ggml_cuda_free_data if tensor...
2023-12-20 Johannes GäßlerCUDA: Faster Mixtral prompt processing (#4538)
2023-12-19 Eric Sommerladeggml : fixed check for _MSC_VER (#4535)
2023-12-18 arlo-phoenixggml-cuda: Fix HIP build (#4528)
2023-12-18 Georgi Gerganovllama.swiftui : add tinyllama 1.1B F16
2023-12-18 Georgi Gerganovllama.swiftui : add more models
2023-12-18 Ebey Abrahamllama : add phi-2 + fix NeoX rope + ggml_mul_mat_set_pr...
2023-12-18 hankcsllama : fix try_override for bool_value which always...
2023-12-18 Jared Van Borteldecode : fix logits_valid for legacy API (#4516)
2023-12-17 Georgi Gerganovreadme : update hot topics
2023-12-17 Georgi Gerganovllama.swiftui : add bench functionality (#4483)
2023-12-17 Jared Van Bortelgguf-py : fail fast on nonsensical special token IDs...
2023-12-17 Matheus Gabriel... build : Check the ROCm installation location (#4485)
2023-12-17 slarenfinetune : keep allocs alive until all allocations...
2023-12-17 olexiybserver : disable llm logs if SERVER_VERBOSE is off...
2023-12-17 AdithyanIserver : fix grammar being ignored (#4494)
2023-12-17 Alexey Parfenovserver : fix possible ambiguity in content type charset...
2023-12-17 mzcuserver : allow requests larger than 8K (#4500)
2023-12-17 Bach LeLink to cublas dynamically on Windows even with LLAMA_S...
2023-12-16 slarenlora : add support for non-llama models (#3333)
2023-12-16 Jared Van Bortelllama : sanity checks for access to logits (#4274)
2023-12-15 ShadovvBeastserver : add optional API Key Authentication example...
2023-12-15 slarenggml : group mul_mat_id rows by matrix (cpu only) ...
2023-12-14 slarenggml : use ggml_row_size where possible (#4472)
2023-12-14 slarenggml : remove n_dims from ggml_tensor (#4469)
2023-12-14 wonjun Jangpy : add protobuf dependency (#4466)
2023-12-14 LostRuinsggml : add ggml_row_size() (fixes llama out of space...
2023-12-14 Georgi Gerganovggml : fix OpenCL broadcast requirement for ggml_mul...
2023-12-14 wonjun Jangconvert : support loading vocab from fast tokenizer...
2023-12-14 BarfingLemursreadme : update supported model list (#4457)
2023-12-13 shibe2server : fix handling of characters that span multiple...
2023-12-13 Georgi Gerganovsync : ggml (SD ops, tests, kernels) (#4444)
2023-12-13 Jared Van Bortelbuild : detect host compiler and cuda compiler separate...
2023-12-13 Siwen Yucommon : add `--version` option to show build info...
2023-12-13 Georgi Gerganovreadme : update hot topics
2023-12-13 slarenllama : add Mixtral support (#4406)
2023-12-12 kalomazeserver : tweak default sampling parameters (#4367)
2023-12-12 Richard Kissenglish : use `typos` to fix comments and logs (#4354)
2023-12-12 Jared Van Bortelbuild : target Windows 8 for standard mingw-w64 (#4405)
2023-12-12 crasmllama : document logits_all deprecation (#4418)
2023-12-12 Vladimir Zorinserver : fix local model name in server (#4420)
2023-12-12 Taikono-Himazinggml : increased GGML_MAX_PARAMS to allow finetuning...
2023-12-10 Yueh-Po PengUpdate README.md (#4388)
2023-12-09 Xiang (Kevin) Ligrammar : revert the replacement of llama_token_to_piec...
2023-12-07 Georgi Gerganovsync : ggml (new ops, tests, backend, etc.) (#4359)
2023-12-07 Georgi Gerganovllama : per-layer KV cache + quantum K cache (#4309)
2023-12-07 Hongyu Ouyangtrain : fix #4227 (double free in examples/train-text...
2023-12-06 Georgi Gerganovserver : recognize cache_prompt parameter in OAI API...
2023-12-06 Georgi Gerganovcommon : fix compile warning
2023-12-06 stduhpfspeculative : support `--color` (#4343)
2023-12-05 Marcus Dunngrammar : pre-computed pieces + reserve mem + less...
2023-12-05 Kerfufflellama : allow overriding GGUF metadata when loading...
2023-12-05 MaggotHATEsampling : custom samplers order (#4285)
2023-12-05 kchro3swift : revert compiler checks for swift package (...
2023-12-04 Daniel Beveniussimple : update error message for KV cache check (...
2023-12-04 Miwa / Ensanswift : fix concatenation method to avoid invalid UTF8...
2023-12-04 Miwa / Ensanswift : fix prompt tokenization logic (#4321)
2023-12-04 Ikko Eltociear... grammar-parser : fix typo (#4318)
2023-12-03 Georgi Gerganovggml : reuse ggml_get_n_tasks() in ggml_graph_plan...
2023-12-03 Georgi Gerganovggml : fix soft max out-of-bounds access (#4307)
2023-12-03 Ed Leeserver : fix OpenAI API `stop` field to be optional...
2023-12-03 Rickard Edénpy : add grammar to oai like api (#4294)
2023-12-03 Georgi Gerganovllama : pad KV cache size (#4280)
2023-12-01 Georgi Gerganovllama : avoid using "optional" keyword (#4283)
2023-12-01 Georgi Gerganovllama : support optional tensors (#4283)
2023-12-01 Miwa / Ensanswift : fix token_to_piece implementation (#4278)
2023-12-01 Jared Van Bortelbuild : enable libstdc++ assertions for debug builds...
2023-12-01 CausalLMllama : support attention bias on LLaMA architecture...
2023-12-01 Shijiellama : add Qwen support (#4281)
2023-12-01 Georgi Gerganovllama : fix integer overflow during quantization (...
2023-12-01 Daniel Beveniuspy : add requirements file for convert-hf-to-gguf.py...
2023-12-01 Georgi Gerganovggml : add ggml_soft_max_ext (#4256)
2023-11-30 Ziad Ben Hadj... server : add --log-disable to disable logging to file...
2023-11-30 Ziad Ben Hadj... server : add single-client multi-prompt support (#4232)
2023-11-30 WillCorticesAImake : fix Apple clang determination bug (#4272)
2023-11-30 Jared Van Bortelbuild : fix build info generation and cleanup Makefile...
2023-11-30 Johnllava : ShareGPT4V compatibility (vision encoder only...
2023-11-30 Andrew Godfreymain : pass LOG_TEE callback to llama.cpp log (#4033)
2023-11-30 vodkaslimereadme : fix (#4135)
2023-11-30 Juraj Bednardocker : add finetune option (#4211)
2023-11-30 Miwa / Ensanbatched.swift : update README.md (#4214)
2023-11-30 Li Tancmake : fix the metal file foder path (#4217)
2023-11-30 Dawid Wysockireadme : fix typo (#4253)
2023-11-30 Daniel Beveniusllama : fix alignment of general.name in print meta...
2023-11-30 slarenconvert.py : fix llama/llama2 conversion due to vocab_s...
2023-11-30 tarceyllama : fix typical sampling (#4261)
2023-11-30 rhjdvsgsgkspy : fix oai proxy (#3972)
2023-11-29 Georgi Gerganovexamples : add readme files
2023-11-29 Peter Sugiharareadme : add FreeChat (#4248)
2023-11-28 Jared Van Bortelggml : restore abort() in GGML_ASSERT (#4242)
2023-11-28 Georgi Gerganovggml : re-enable BLAS for CPU when src0 != F32 + remove...
2023-11-27 bandoticmake : fix issue with version info not getting baked...
2023-11-27 Kasumireadme : add Amica to UI list (#4230)
2023-11-27 Bailey Chittleexamples : iOS example with swift ui (#4159)
2023-11-27 Jared Van Bortelggml : fix -Warray-bounds warning with gcc (#4231)
next