]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/shortlog
pkg/ggml/sources/llama.cpp
2023-07-11 LostRuinsPossible solution to allow K-quants on models with...
2023-07-10 Evan Millermpi : add support for distributed inference via MPI...
2023-07-09 oobaboogallama : remove "first token must be BOS" restriction...
2023-07-09 Nigel Boschmain : escape prompt prefix/suffix (#2151)
2023-07-09 JackJollimorereadme : update Termux instructions (#2147)
2023-07-09 clyangggml : fix buidling with Intel MKL but ask for "cblas...
2023-07-09 rankaiyxreadme : add more docs indexes (#2127)
2023-07-08 Johannes GäßlerFixed OpenLLaMA 3b CUDA mul_mat_vec_q (#2144)
2023-07-07 Johannes GäßlerCUDA: add __restrict__ to mul mat vec kernels (#2140)
2023-07-07 dylandocker : add support for CUDA in docker (#1461)
2023-07-07 Georgi Gerganovci : switch threads to 1 (#2138)
2023-07-07 Qingyou Mengggml : change ggml_graph_compute() API to not require...
2023-07-07 Georgi Gerganovggml : remove sched_yield() call in ggml_graph_compute_...
2023-07-07 Aarni Koskelaconvert.py: add mapping for safetensors bf16 (#1598)
2023-07-07 Howard SuFix opencl by wrap #if-else-endif with \n (#2086)
2023-07-06 Georgi Gerganovggml : fix restrict usage
2023-07-06 Juddconvert : update for baichuan (#2081)
2023-07-06 tslmyalpaca.sh : update model file name (#2074)
2023-07-05 Tobias LütkeExpose generation timings from server & update completi...
2023-07-05 Jesse Jojo... Update Server Instructions (#2113)
2023-07-05 Georgi Gerganovggml : fix bug introduced in #1237
2023-07-05 Georgi Gerganovtests : fix test-grad0
2023-07-05 Stephan Walterggml : generalize `quantize_fns` for simpler FP16 handl...
2023-07-05 Jesse Jojo... Update server instructions for web front end (#2103)
2023-07-05 Johannes GäßlerQuantized dot products for CUDA mul mat vec (#2067)
2023-07-05 Howard Sullama: Don't double count the sampling time (#2107)
2023-07-05 Johannes GäßlerFixed OpenCL offloading prints (#2082)
2023-07-04 Nigel Boschembd-input: Fix input embedding example unsigned int...
2023-07-04 Georgi Gerganovreadme : add link web chat PR
2023-07-04 Georgi Gerganovggml : sync latest (new ops, macros, refactoring) ...
2023-07-04 jwj7140Add an API example using server.cpp similar to OAI...
2023-07-04 Tobias LütkeSimple webchat for server (#1998)
2023-07-04 Henri VassermanAllow old Make to build server. (#2098)
2023-07-04 ZhouYuChenUpdate Makefile: clean simple (#2097)
2023-07-03 Erik ScholzCI: make the brew update temporarily optional. (#2092)
2023-07-03 Govlzkoy[ggml] fix index for ne03 value in ggml_cl_mul_f32...
2023-07-03 Henri Vassermanfix server crashes (#2076)
2023-07-03 Howard SuFix crash of test-tokenizer-0 under Debug build (#2064)
2023-07-03 Howard Su[llama] No need to check file version when loading...
2023-07-02 WangHaoranRobinserver: add option to output probabilities for completi...
2023-07-02 Georgi Gerganovggml : fix build with OpenBLAS (close #2066)
2023-07-01 Johannes GäßlerBetter CUDA synchronization logic (#2057)
2023-07-01 Johannes GäßlerTest-based VRAM scratch size + context adjustment ...
2023-07-01 Daniel Drakecmake : don't force -mcpu=native on aarch64 (#2063)
2023-07-01 Aaron Millermetal : release buffers when freeing metal context...
2023-07-01 Juddconvert : add support of baichuan-7b (#2055)
2023-07-01 Georgi Gerganovllama : fix return value of llama_load_session_file_int...
2023-07-01 Rand Xiellama : catch llama_load_session_file_internal exceptio...
2023-07-01 Georgi Gerganovembd-input : fix returning ptr to temporary
2023-07-01 Georgi Gerganovtrain : fix compile warning
2023-07-01 Qingyou Mengggml : disable GGML_TASK_INIT and GGML_TASK_FINALIZE...
2023-06-29 Howard SuUse unsigned for random seed (#2006)
2023-06-29 LostRuinsPorting the improved K-Quant CUDA kernels to OpenCL...
2023-06-28 m3ndaxllama : replacing auto &kv with const auto &kv (#2041)
2023-06-28 Salvador E... cuda : remove nchannels_x argument from mul_mat_vec_nc_...
2023-06-28 Salvador E... cuda : fix missing const qualifier in casts (#2027)
2023-06-28 Howard Sullama : remove shards weight file support (#2000)
2023-06-28 Johannes GäßlerCUDA GPU acceleration for LoRAs + f16 models (#1970)
2023-06-28 ningshanwutuobangllama : support input embeddings directly (#1910)
2023-06-27 Erik Scholzfix pthreads setaffinity usage on android (#2020)
2023-06-27 Howard Subaby-llama : fix build after ggml_rope change (#2016)
2023-06-26 Georgi Gerganovllama : fix rope usage after ChatGLM change
2023-06-26 Georgi Gerganovggml : add support for ChatGLM RoPE
2023-06-26 Roman Parykinreadme : add Scala 3 bindings repo (#2010)
2023-06-26 David Yangggml : increase max tensor name + clean up compiler...
2023-06-26 Gustavo Rocha... readme : LD_LIBRARY_PATH complement for some Android...
2023-06-26 Georgi Gerganovggml : avoid conv 2d kernel round up
2023-06-26 zrmggml : add NUMA support (#1556)
2023-06-26 Georgi Gerganovk-quants : fix indentation
2023-06-26 katsu560tests : fix quantize perf (#1990)
2023-06-26 katsu560k-quants : add AVX support to dot functions (#1916)
2023-06-26 Georgi Gerganovreadme : add link to new k-quants for visibility
2023-06-26 Kawrakowk-quants : support for super-block size of 64 (#2001)
2023-06-26 Howard SuFix assert when free invalid cuda pointer (#2005)
2023-06-25 Georgi Gerganovreadme : add new roadmap + manifesto
2023-06-25 Georgi Gerganovggml : sync latest ggml (custom operators)
2023-06-25 anon998fix server sampling: top k sampler first (#1977)
2023-06-25 Georgi Gerganovreadme : add Azure CI discussion link
2023-06-25 sjinzhzig : upgrade build system support (#1981)
2023-06-24 Robyn#1869 Fix null reference errors when training from...
2023-06-24 Georgi Gerganovtests : sync test-grad0 from ggml
2023-06-24 Rowan Hartflake : fix ggml-metal.metal path and run nixfmt (...
2023-06-24 AN Longconvert : fix invalid params in write_vocab_only (...
2023-06-24 slarenggml : improve ggml_graph_dump_dot, add ggml_format_nam...
2023-06-24 Georgi Gerganovreadme : fix whitespaces
2023-06-24 Albertoreadme : fixed termux instructions (#1973)
2023-06-24 Alex Rendallama : fix top-p sampling to match the canonical defin...
2023-06-24 Didzis Goskollama : make model stateless and context stateful ...
2023-06-23 eieryAdd OpenLLaMA instructions to the README (#1954)
2023-06-22 Erik Scholzrework convert.py to read hyper-parameters from config...
2023-06-21 Johannes Gäßlercmake: revert CUDA arch default to 52, 61 if f16 (...
2023-06-21 Rahul Vivek... Fix typo in README.md (#1961)
2023-06-20 Georgi Gerganovreadme : add link to p1
2023-06-20 Xiake SunFix typo (#1949)
2023-06-20 Ettore Di Giacintollama : fix params struct slignment (#1936)
2023-06-19 Henri Vasserman[Fix] Reenable server embedding endpoint (#1937)
2023-06-19 Georgi Gerganovggml : fix bug in LBFGS optimizer (found by ggml tests)
2023-06-19 l3utterflyllama : use aligned memory during ggml_init call from...
2023-06-19 Georgi Gerganovcmake : fix trailing whitespaces
2023-06-19 Kawrakowllama : only use Q6_K for output weights if tensor...
next