Skip to content

Commit 25ed4ea

Browse files
author
Aegis-AI
committed
fix(server): Remove debug prompt_debug print from slot_launch log
1 parent ef0328e commit 25ed4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/mlx-server/Server.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ func handleChatCompletion(
888888
let systemHash = systemPromptText.hashValue
889889

890890
// llama-server style: announce prefill start
891-
print("srv slot_launch: id 0 | prompt=\(promptTokenCount)t | prefilling...")
891+
print("srv slot_launch: id 0 | prompt=\(promptTokenCount)t | thinking=\(enableThinking) | prefilling...")
892892
fflush(stdout)
893893
let prefillStart = Date()
894894

0 commit comments

Comments
 (0)