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
db428adb
"vscode:/vscode.git/clone" did not exist on "7de9c2660958b840087d8f7c201a934f1f7c7ec9"
Unverified
Commit
db428adb
authored
Apr 29, 2025
by
Devon Rifkin
Committed by
GitHub
Apr 29, 2025
Browse files
Merge pull request #10468 from ollama/drifkin/num-parallel-1
parents
6ec71d8f
fe5b9bb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/sched.go
server/sched.go
+1
-1
No files found.
server/sched.go
View file @
db428adb
...
...
@@ -58,7 +58,7 @@ var defaultModelsPerGPU = 3
// Default automatic value for parallel setting
// Model will still need to fit in VRAM. If this setting won't fit
// we'll back off down to 1 to try to get it to fit
var
defaultParallel
=
4
var
defaultParallel
=
2
var
ErrMaxQueue
=
errors
.
New
(
"server busy, please try again. maximum pending requests exceeded"
)
...
...
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