mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add small debug for TPU
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user