From 109d4fc3b4448c9383393daa5bc64ef155917250 Mon Sep 17 00:00:00 2001 From: zoupingshi Date: Sat, 23 Aug 2025 02:00:27 +0800 Subject: [PATCH] chore: remove redundant words in comment (#12028) Signed-off-by: zoupingshi --- runner/llamarunner/cache.go | 2 +- runner/ollamarunner/cache.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/llamarunner/cache.go b/runner/llamarunner/cache.go index 2e273e69c6..44b246134b 100644 --- a/runner/llamarunner/cache.go +++ b/runner/llamarunner/cache.go @@ -46,7 +46,7 @@ func NewInputCache(lc *llama.Context, kvSize int, numSlots int, multiUserCache b } // Locking: Operations on InputCacheSlot (including finding one -// through LoadCacheSlot) require a lock to be be held that serializes +// through LoadCacheSlot) require a lock to be held that serializes // these operations with each other and llama.Decode type InputCacheSlot struct { diff --git a/runner/ollamarunner/cache.go b/runner/ollamarunner/cache.go index 8c8a29d85f..02827cd055 100644 --- a/runner/ollamarunner/cache.go +++ b/runner/ollamarunner/cache.go @@ -78,7 +78,7 @@ func (c *InputCache) Close() { } // Locking: Operations on InputCacheSlot (including finding one -// through LoadCacheSlot) require a lock to be be held that serializes +// through LoadCacheSlot) require a lock to be held that serializes // these operations with each other and processBatch type InputCacheSlot struct {