mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 00:19:51 +01:00
There is a bug when using sliding window attention where we run out of KV cache slots. This is likely due to not correctly removing all of the entries as they slide out of range. This adds additional logging when this occurs to track down the source. Bug #10127 |
||
|---|---|---|
| .. | ||
| cache.go | ||
| causal_test.go | ||
| causal.go | ||
| encoder.go | ||
| wrapper.go | ||