Commit History

Author SHA1 Message Date
  jp-x-g f732695cd5 Clarify console output in convert-pth-to-ggml.py (#512) 2 years ago
  anzz1 2f7bf7dd7c CMake / CI additions (#497) 2 years ago
  anzz1 34ab526843 (Windows) Set console to UTF-8 on init (#420) 2 years ago
  Georgi Gerganov c2b25b6912 Fix colors enabling on WIN32 2 years ago
  Georgi Gerganov 79b2b266db If n_predict == -1, generate forever 2 years ago
  Georgi Gerganov e2d490dafd Inifinite generation via context swapping (#71) 2 years ago
  Georgi Gerganov 03f7e33560 Cleanup STL headers + fix embedding examples + minor stuff 2 years ago
  Georgi Gerganov 55ad42af84 Move chat scripts into "./examples" 2 years ago
  slaren 459e93cce0 Add AVX2 implementation of dequantize_row_q4_1 (#505) 2 years ago
  Georgi Gerganov a316a425d0 Overhaul the examples structure 2 years ago
  Georgi Gerganov ecbe466a36 Retire the ggml_mul_mat() branch for transposed src0 (#500) 2 years ago
  Georgi Gerganov 502a400192 Disable prompt verbosity by default and add option to enable (#480) 2 years ago
  slaren 09aecbf628 Add AVX2 implementation of dequantize_row_q4_0 (#467) 2 years ago
  Georgi Gerganov 4640eff23d Don't interefe with BLAS for large prompts by running only 1 thread 2 years ago
  Georgi Gerganov ab77d76312 Add longer DAN prompt for testing big batch numbers 2 years ago
  slaren 29b7baab67 Add timings for the prompt evaluation (#478) 2 years ago
  Georgi Gerganov 4a7129acd2 Remove obsolete information from README 2 years ago
  Georgi Gerganov 6b6dbc8910 Remove obsolete assert and fix compiler warning 2 years ago
  Georgi Gerganov 2a2e63ce05 Fix nasty bug in ggml_compute_forward_mul_mat_f32() and reenable BLAS 2 years ago
  anzz1 e899bf54b2 bounds checking for input prefix (#492) 2 years ago
  anzz1 fbd4d38c64 feat: '--in-prefix STRING' option (#426) 2 years ago
  Jed Fox 58e6c9f36f Add support for file load progress reporting callbacks (#434) 2 years ago
  Doomsdayrs 36d07532ef Add missing struct annotation (#483) 2 years ago
  Chris Kuehl 6f1ee4b640 Fix crash for 65B model with pre-allocated memory (#485) 2 years ago
  Georgi Gerganov 8520fc310e Disable BLAS altogether - the bug is not just for qunatized mat mul 2 years ago
  Georgi Gerganov b3f460e941 Disable BLAS branch in mul_mat - seems there is a bug 2 years ago
  Georgi Gerganov 04c6f5ed6f Immediately start processing the prompt before user input has been provided (#476) 2 years ago
  Georgi Gerganov 7a9b6c3a8b Reduce memory usage and allocate enough memory for largest context (#473) 2 years ago
  Georgi Gerganov 31572d9665 Temporary bump the memory buffer size - hopefully fix issues from 483bab2e 2 years ago
  Gary Mulder f4f5362edb Update README.md (#444) 2 years ago