8000 Enable logprobs on completion endpoint · Co-Simulation/llama-cpp-python@0daf16d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0daf16d

Browse files
committed
Enable logprobs on completion endpoint
1 parent 19598ac commit 0daf16d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama_cpp/server/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def create_completion(request: CreateCompletionRequest, llama: llama_cpp.Llama=D
118118
exclude={
119119
"model",
120120
"n",
121-
"logprobs",
122121
"frequency_penalty",
123122
"presence_penalty",
124123
"best_of",

0 commit comments

Comments
 (0)
0