From 864f9ed8c30bb1ff41e70ca6e1ca09174e1ec1b1 Mon Sep 17 00:00:00 2001 From: somebody Date: Fri, 17 Mar 2023 17:02:10 -0500 Subject: [PATCH] Add small debug for TPU --- koboldai_settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index c0a656c1..5fb7a370 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -1280,8 +1280,7 @@ class system_settings(settings): self.on_colab = True except: self.on_colab = False - pass - print("Colab Check: {}".format(self.on_colab)) + print(f"Colab Check: {self.on_colab}, TPU: {self.use_colab_tpu}") self.horde_share = False self._horde_pid = None self.generating_image = False #The current status of image generation