Files
ik_llama.cpp/github-data/pull_requests/69 - Allow bf16 kv-cache.md
2025-07-23 13:31:53 +02:00

13 lines
544 B
Markdown

### 🔀 [#69](https://github.com/ikawrakow/ik_llama.cpp/pull/69) - Allow bf16 kv-cache
| **Author** | `ikawrakow` |
| :--- | :--- |
| **State** | ❌ **Closed** |
| **Created** | 2024-09-29 |
| **Updated** | 2024-09-29 |
---
#### Description
On the CPU I get the exact same PPL with and without FA using `bf16` for kv-cache. But on CUDA the `bf16` kv-cache result is about the same as the `fp16` kv-cache CPU result, so I'm missing some conversion somewhere. Either way, we can now run on all platforms supported here with `bf16` kv-cache.