mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added one time warning system (Currently used to warn users of new save format)
This commit is contained in:
@@ -1280,6 +1280,7 @@ class system_settings(settings):
|
||||
elif torch.cuda.get_device_properties(device).major == 7 and torch.cuda.get_device_properties(device).minor >= 2:
|
||||
self.bit_8_available = True
|
||||
break
|
||||
self.seen_messages = []
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Reference in New Issue
Block a user