chore: cleanup comments + unused vars (#11225)

This commit is contained in:
Michael Yang
2025-06-27 11:45:33 -07:00
committed by GitHub
parent 45f216a9c7
commit 4129af9205
2 changed files with 0 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ func New(c fs.Config) (model.Model, error) {
),
}
// TODO: setup hybrid (local sliding window + global) cache
m.Cache = kvcache.NewWrapperCache(
kvcache.NewCausalCache(m.Shift),
kvcache.NewSWACache(int32(c.Uint("attention.sliding_window")), m.Shift),