From 0b4ce13eb86e8fddbfc725f008ab96343db6245f Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 22 Sep 2022 22:05:48 -0500 Subject: [PATCH] Evil --- aiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiserver.py b/aiserver.py index 90575eac..744a0058 100644 --- a/aiserver.py +++ b/aiserver.py @@ -4974,7 +4974,7 @@ class GenerationResult: ): # Shave prompt off of encoded response. Decoded does not return prompt. # TODO: Does MTJ generation shave this off automatically? Test it! - __debug("shape", out_batches.shape) + print("shape", out_batches.shape) if output_includes_prompt: self.encoded = out_batches[:, len(prompt) - 1:]