コミット履歴

作者 SHA1 メッセージ 日付
  Pavol Rusnak 8b679987cd Fix whitespace, add .editorconfig, add GitHub workflow (#883) 2 年 前
  Stephan Walter 3e6e70d8e8 Add enum llama_ftype, sync ggml_type to model files (#709) 2 年 前
  comex 2663d2c678 Windows fixes (#890) 2 年 前
  Georgi Gerganov 461ba9e66e ggml : fix WASM build 2 年 前
  Georgi Gerganov c3ac702e5e ggml : add ggml_cont() + optimize ggml_cpy() for contiguous dst 2 年 前
  Georgi Gerganov 9d634ef452 ggml : remove trailing whitespaces 2 年 前
  Marco Matthies d9a239c410 Simplify to include lower-case windows.h always, fix compile on mingw32 (#747) 2 年 前
  Georgi Gerganov 684da25926 ggml : fix quantize_row_q4_1() ARM_NEON (close #876) 2 年 前
  comex f963b63afa Rewrite loading code to try to satisfy everyone: 2 年 前
  unbounded 62cfc54f77 Add quantize-stats command for testing quantization (#728) 2 年 前
  Georgi Gerganov eeaa7b0492 ggml : multi-thread ggml_rope() (~3-4 times faster on M1) (#781) 2 年 前
  Georgi Gerganov 986b6ce9f9 ggml, llama : avoid heavy V transpose + improvements (#775) 2 年 前
  SebastianApel 437e77855a 10+% performance improvement of ggml_vec_dot_q4_0 on AVX2 (#654) 2 年 前
  Marian Cepok c0bb1d3ce2 ggml : change ne to int64_t (#626) 2 年 前
  Stephan Walter 3525899277 Enable -std= for cmake builds, fix warnings (#598) 2 年 前
  slaren 1d08882afa Optimize AVX2 ggml_vec_dot_q4_0 (#642) 2 年 前
  perserk 02c5b27e91 Add AVX acceleration (#617) 2 年 前
  Justine Tunney 6f23ba5ee2 Ensure --mlock works properly with mmap() support 2 年 前
  Slaren c03ae8dca1 Add mmap support for model files 2 年 前
  Casey Primozic a4755cf288 Remove unused variable (#607) 2 年 前
  Georgi Gerganov 77efdf5a50 ggml : fix NEON signs (close #620, #622) 2 年 前
  slaren ed3c680bcd Fix GGML_F32Cx8_STORE in AVX without F16C path (#619) 2 年 前
  Georgi Gerganov b51c717d5c ggml : init time on first ggml_init() call 2 年 前
  Georgi Gerganov cea1c85948 ggml : add ARM_NEON dequantize_row_q4_1() 2 年 前
  Georgi Gerganov f202ada131 ggml : add ARM_NEON quantize_row_q4_1() 2 年 前
  Georgi Gerganov 3b44d30d9b ggml : add ARM_NEON ggml_vec_dot_q4_1() 2 年 前
  anzz1 83df5639eb Fix GCC warning about binary literal (#595) 2 年 前
  anzz1 5a5f8b1501 Enable Fused-Multiply-Add (FMA) and F16C/CVT16 vector extensions on MSVC (#375) 2 年 前
  slaren 2a98bc18ea ggml : add AVX2 implementation of quantize_row_q4_1 (#515) 2 年 前
  Stephan Walter 99c5b27654 ggml : refactor quantized processing functions (#509) 2 年 前