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
22c81f62
"tests/vscode:/vscode.git/clone" did not exist on "c394d7d13ebd01f9e1eac2a1c18a79e8867b2a2d"
Commit
22c81f62
authored
Jul 10, 2024
by
Daniel Hiltgen
Browse files
Remove duplicate merge glitch
parent
2d1e3c32
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 @
22c81f62
...
...
@@ -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