Remove leftover values fro koboldai_settings.py

This commit is contained in:
0cc4m
2023-05-30 19:15:20 +02:00
parent f1171dd3c1
commit cf886de18b

View File

@@ -920,13 +920,6 @@ class story_settings(settings):
self.commentary_chance = 0 self.commentary_chance = 0
self.commentary_enabled = False self.commentary_enabled = False
# 4bit model vals
self.gptq_model = False
self.gptq_bits = -1
self.gptq_groupsize = -1
self.gptq_version = -1
self.gptq_file = None
self.save_paths = SavePaths(os.path.join("stories", self.story_name or "Untitled")) self.save_paths = SavePaths(os.path.join("stories", self.story_name or "Untitled"))
################### must be at bottom ######################### ################### must be at bottom #########################