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
c44b6194
"docs_zh_CN/vscode:/vscode.git/clone" did not exist on "3040299bb5864eb67beec5846623e4792c89beab"
Commit
c44b6194
authored
Nov 03, 2023
by
Jeffrey Morgan
Browse files
remove unused `fmt.Println`
parent
17678b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
llm/llama.go
llm/llama.go
+0
-2
No files found.
llm/llama.go
View file @
c44b6194
...
...
@@ -529,8 +529,6 @@ func (llm *llama) Predict(ctx context.Context, prevContext []int, prompt string,
"stop"
:
llm
.
Stop
,
}
fmt
.
Println
(
request
)
// Handling JSON marshaling with special characters unescaped.
buffer
:=
&
bytes
.
Buffer
{}
enc
:=
json
.
NewEncoder
(
buffer
)
...
...
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