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
b99e750b
Unverified
Commit
b99e750b
authored
Jul 10, 2024
by
Daniel Hiltgen
Committed by
GitHub
Jul 10, 2024
Browse files
Merge pull request #5605 from dhiltgen/merge_glitch
Remove duplicate merge glitch
parents
2d1e3c32
22c81f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
llm/server.go
llm/server.go
+0
-4
No files found.
llm/server.go
View file @
b99e750b
...
...
@@ -254,10 +254,6 @@ func NewLlamaServer(gpus gpu.GpuInfoList, model string, ggml *GGML, adapters, pr
params
=
append
(
params
,
"--tensor-split"
,
estimate
.
TensorSplit
)
}
if
estimate
.
TensorSplit
!=
""
{
params
=
append
(
params
,
"--tensor-split"
,
estimate
.
TensorSplit
)
}
for
i
:=
range
len
(
servers
)
{
dir
:=
availableServers
[
servers
[
i
]]
if
dir
==
""
{
...
...
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