mirror of https://github.com/ollama/ollama.git
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.go | ||
causal_test.go | ||
encoder.go | ||
wrapper.go |