Skip to content

Commit ee705df

Browse files
committed
IKL 20250303 - LCPP b3637 - pre GGML file version V2
1 parent 3b184ed commit ee705df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# ik_llama.cpp: llama.cpp fork with better CPU performance
22

3+
IK_Llama.cpp.nxs is my fork of Ikawrakow's clone of Llama_cpp.
4+
5+
The objective of this fork is to adapt it to my quantization needs mainly, because Ikawrakow's quants are SOTA.
6+
Then, to be able to use them on Croco.cpp, my fork of Kobold.cpp.
7+
And also to amuse myself learning more about merging relatively complex stuff.
8+
9+
Current IK_Llama commit :
10+
11+
Current Llama.cpp mainline base : b3570 -> b3637-3 (pre GGML sync "File version V2")
12+
13+
14+
15+
16+
----------
17+
18+
19+
# llama.cpp clone with better CPU performance
20+
321
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
422

523
## TL;DR

0 commit comments

Comments
 (0)