Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
109d4fc3
Unverified
Commit
109d4fc3
authored
Aug 23, 2025
by
zoupingshi
Committed by
GitHub
Aug 22, 2025
Browse files
chore: remove redundant words in comment (#12028)
Signed-off-by:
zoupingshi
<
hangfachang@outlook.com
>
parent
7cce5aac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
runner/llamarunner/cache.go
runner/llamarunner/cache.go
+1
-1
runner/ollamarunner/cache.go
runner/ollamarunner/cache.go
+1
-1
No files found.
runner/llamarunner/cache.go
View file @
109d4fc3
...
...
@@ -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
{
...
...
runner/ollamarunner/cache.go
View file @
109d4fc3
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment