index
:
lex
master
Dictionary + daily word to expand vocabulary.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Optimize KV cache and compute buffers, bench results from Pi5.
Sadeep Madurange
2026-08-16
1
-8
/
+6
|
*
Drop CLI mode, update test script.
Sadeep Madurange
2026-08-15
1
-41
/
+13
|
*
Add daemon mode.
Sadeep Madurange
2026-08-15
1
-183
/
+111
|
*
Align two apply_template calls, improve prompt.
Sadeep Madurange
2026-08-15
1
-2
/
+2
|
*
Improve prompt, move results to bench.
Sadeep Madurange
2026-08-09
1
-16
/
+7
|
*
Define producer, make model arg optional.
Sadeep Madurange
2026-08-02
1
-5
/
+13
|
*
Add figurative, general tone, standard conversational word to the prompt.
Sadeep Madurange
2026-08-02
1
-13
/
+13
|
*
Use model's chat template, BOS fix, delete stale test reports.
Sadeep Madurange
2026-07-31
1
-3
/
+7
|
*
Pass model via args.
Sadeep Madurange
2026-07-31
1
-10
/
+10
|
*
Add test script and disable llama metrics.
Sadeep Madurange
2026-07-31
1
-1
/
+1
|
*
Make prompt model-agnostic.
Sadeep Madurange
2026-07-31
1
-84
/
+50
|
*
Fix OBSOLETE hallucination.
Sadeep Madurange
2026-07-29
1
-18
/
+29
|
*
Fix minor issues: set batch thread count, missing error checks.
Sadeep Madurange
2026-07-29
1
-2
/
+19
|
*
Replace random sampler with greedy sampler, add inline comments explaining ↵
Sadeep Madurange
2026-07-29
1
-7
/
+35
|
|
|
|
LLAMA code.
*
Compile with march=native and measure perf.
Sadeep Madurange
2026-07-29
1
-15
/
+14
|
*
Change project name, update prompt, tune parameters.
Sadeep Madurange
2026-07-27
1
-1
/
+165
|
*
Load model, pledge+unveil.
Sadeep Madurange
2026-07-26
1
-0
/
+31
|
*
Makefile to build with llama statically.
Sadeep Madurange
2026-07-26
1
-0
/
+11