aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-20Improve cuBLAS performance by dequantizing on the GPU (#1065)slaren
2023-04-19Minor: Readme fixed grammar, spelling, and misc updates (#1071)CRD716
2023-04-19Q4_2 quantization with rmse-optimized scale and quants (#1062)Kawrakow
2023-04-19ggml : use 8-bit precision for Q4_1 intermediate results (#1047)Georgi Gerganov
2023-04-19readme : add warning about Q4_2 and Q4_3Georgi Gerganov
2023-04-19ggml : Q4 cleanup - remove 4-bit dot product code (#1061)Stephan Walter
2023-04-19Add NVIDIA cuBLAS support (#1044)slaren
2023-04-19Multi-threaded ggml_cpy (#1035)slaren
2023-04-18ggml : add new Q4_2 quantization (ARM only) (#1046)Georgi Gerganov
2023-04-18ggml : scratch that - vmlaq_n_f32 is always betterGeorgi Gerganov
2023-04-18gitignore : vdotGeorgi Gerganov
2023-04-18ggml : optimize ggml_vec_dot_q4_0_q8_0() using vectorized accumulatorsGeorgi Gerganov
2023-04-18Adding a simple program to measure speed of dot products (#1041)Kawrakow
2023-04-18readme : update hot topics about new LoRA functionalityGeorgi Gerganov
2023-04-18ci : do not run on draftsGeorgi Gerganov
2023-04-18Do not close file after mmap (Windows version) (#1034)Ivan Komarov
2023-04-17readme : add Ruby bindings (#1029)Atsushi Tatsuma
2023-04-17add 4_0 to default outfile namestr dict (#1031)Cameron
2023-04-17Add LoRA support (#820)slaren
2023-04-17llama : well-defined static initialization of complex objects (#927)Arik Poznanski
2023-04-17quantize-stats : fix bug in --type argumentGeorgi Gerganov
2023-04-17ggml : avoid using ggml_fp16_to_fp32() and ggml_fp32_to_fp16() in ggml.cGeorgi Gerganov
2023-04-17Speedup the AVX-512 implementation of ggml_vec_dot_q4_0() (#933)Ivan Komarov
2023-04-16Fix: do not close file on mmap (#1017)slaren
2023-04-16stdout : vertical align outputs for better readibilityGeorgi Gerganov
2023-04-16examples: add missing <ctime> include for time() (#1011)Pavol Rusnak
2023-04-16Fix msys2 build error and warnings (#1009)nanahi
2023-04-15convert.py: Fix loading safetensors and ggml format on Windows (#991)comex
2023-04-15Fix potential int8 overflow in non-SIMD vec_dot (#986)Stephan Walter
2023-04-15Refactor ggml.c for future tensor types (#1001)Stephan Walter
2023-04-15ggml : add Q8_0 quantization for intermediate results (#951)Georgi Gerganov
2023-04-15ggml : use posix_memalign on non-Windows envGeorgi Gerganov
2023-04-15benchmark : fix result validation in benchmark-q4_0-matmult (#987)Ivan Komarov
2023-04-15cmake : add finding the OpenBLAS header file (#992)katsu560
2023-04-14Revert "main : alternative instruct mode (Vicuna support, etc.) (#863)" (#982)Pavol Rusnak
2023-04-14py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976)Pavol Rusnak
2023-04-14make : fix dependencies, use auto variables (#983)Stephan Walter
2023-04-14Expose type name from ggml (#970)Pavol Rusnak
2023-04-14main : alternative instruct mode (Vicuna support, etc.) (#863)Tomáš Pazdiora
2023-04-14ggml : add unary and binary map operations (#874)Kerfuffle
2023-04-14py : cleanup dependencies (#962)Pavol Rusnak
2023-04-14py : fix flake8 and isort nitpicks (#960)Pavol Rusnak
2023-04-14ggml : minorGeorgi Gerganov
2023-04-14ggml : always allocate buffers with size multiple of GGML_MEM_ALIGNGeorgi Gerganov
2023-04-14py : new conversion script (#545)comex
2023-04-14ggml : fix q4_1 dot product typesGeorgi Gerganov
2023-04-14ggml : optimize rope function to avoid call powf in the tight loop (#807)Howard Su
2023-04-14perplexity : add support for batch size to `--perplexity` (#407)Gary Linscott
2023-04-13common : remove unnecessary includes (#947)CRD716
2023-04-13ggml : add GGML_DEFAULT_N_THREADSGeorgi Gerganov