Tags
Tags give the ability to mark specific points in history as being important
master-2a2e63c
2a2e63ce
·
Fix nasty bug in ggml_compute_forward_mul_mat_f32() and reenable BLAS
·
Mar 25, 2023
master-e899bf5
e899bf54
·
bounds checking for input prefix (#492)
·
Mar 25, 2023
master-fbd4d38
fbd4d38c
·
feat: '--in-prefix STRING' option (#426)
·
Mar 25, 2023
master-58e6c9f
58e6c9f3
·
Add support for file load progress reporting callbacks (#434)
·
Mar 25, 2023
master-36d0753
36d07532
·
Add missing struct annotation (#483)
·
Mar 25, 2023
master-6f1ee4b
6f1ee4b6
·
Fix crash for 65B model with pre-allocated memory (#485)
·
Mar 25, 2023
master-8520fc3
8520fc31
·
Disable BLAS altogether - the bug is not just for qunatized mat mul
·
Mar 24, 2023
master-b3f460e
b3f460e9
·
Disable BLAS branch in mul_mat - seems there is a bug
·
Mar 24, 2023
master-04c6f5e
04c6f5ed
·
Immediately start processing the prompt before user input has been provided (#476)
·
Mar 24, 2023
master-7a9b6c3
04c6f5ed
·
Immediately start processing the prompt before user input has been provided (#476)
·
Mar 24, 2023
master-31572d9
31572d96
·
Temporary bump the memory buffer size - hopefully fix issues from
483bab2e
·
Mar 24, 2023
master-863f65e
f4f5362e
·
Update README.md (#444)
·
Mar 24, 2023
master-481044d
afd220d9
·
Properly free llama_context on failure
·
Mar 24, 2023
master-563cdc3
afd220d9
·
Properly free llama_context on failure
·
Mar 24, 2023
master-afd220d
afd220d9
·
Properly free llama_context on failure
·
Mar 24, 2023
master-8d4a855
8d4a855c
·
Add embedding mode with arg flag. Currently working (#282)
·
Mar 24, 2023
master-3cd8dde
3cd8dde0
·
Revert "Fix memory allocation issues and seg faults"
·
Mar 24, 2023
master-4870e45
4870e455
·
Fix memory allocation issues and seg faults
·
Mar 24, 2023
master-483bab2
483bab2e
·
Avoid the transposed X branch in the Z = X * Y matrix multiplication (#439)
·
Mar 23, 2023
master-2e17dfd
2e17dfd8
·
Replace EOS with newline to prevent context/memory being flushed by EOS in interactive mode (#333)
·
Mar 23, 2023
1
…
32
33
34
35
36
37
38