mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-09 16:00:12 +00:00
This works, but it is slow
This commit is contained in:
@@ -806,6 +806,7 @@ static bool llama_kv_cache_init(
|
||||
cache.bufs.push_back(buf);
|
||||
}
|
||||
|
||||
#if 0
|
||||
for (int il = 0; il < n_layer; ++il) {
|
||||
if (cache.k_l[il]->extra) {
|
||||
printf("Layer %2d, K-buffer: %p:", il, (void *)cache.k_l[il]->buffer);
|
||||
@@ -824,6 +825,7 @@ static bool llama_kv_cache_init(
|
||||
printf("\n");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user