Files
ik_llama.cpp/ggml
Iwan Kawrakow cc912c3f7c iq4_knn: Zen4
We get
PP-512(LLaMA-3.1-8B) = 225 t/s
TG-128(LLaMA-3.1-8B) = 15.2 t/s

We could do slightly better if we arranged the bits in
blocks of 128 instead of 32. Thus saves 4 permutes per 256 weights
and results in PP-512 = 230 t/s, TG-128 = 15.65 t/s.
But for now we leave it the way it is.
2024-10-18 11:46:28 +03:00
..
2024-07-27 07:55:01 +02:00
2024-10-18 11:46:28 +03:00
2024-10-18 11:46:28 +03:00
2024-07-27 07:55:01 +02:00
2024-10-04 14:43:26 +03:00