mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove leftover values fro koboldai_settings.py
This commit is contained in:
@@ -920,13 +920,6 @@ class story_settings(settings):
|
||||
self.commentary_chance = 0
|
||||
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"))
|
||||
|
||||
################### must be at bottom #########################
|
||||
|
Reference in New Issue
Block a user