From 720b2ec7f052e6e80d6648101efeea1cf935b65b Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 27 Apr 2023 19:05:38 -0500 Subject: [PATCH] Fix phantom variable --- koboldai_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/koboldai_settings.py b/koboldai_settings.py index c15b67cf..74849d3a 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -684,6 +684,7 @@ class model_settings(settings): self.welcome = self.welcome_default self._koboldai_vars = koboldai_vars self.alt_multi_gen = False + self.bit_8_available = None def reset_for_model_load(self): self.simple_randomness = 0 #Set first as this affects other outputs