chore: remove redundant words in comment (#12028)

Signed-off-by: zoupingshi <hangfachang@outlook.com>
This commit is contained in:
zoupingshi
2025-08-23 02:00:27 +08:00
committed by GitHub
parent 7cce5aac76
commit 109d4fc3b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {