mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Only show stopped if started
This commit is contained in:
@@ -133,7 +133,8 @@ class model_backend(HFInferenceModel):
|
||||
utils.koboldai_vars.compiling = True
|
||||
|
||||
def mtj_stopped_compiling_callback() -> None:
|
||||
print(Colors.GREEN + "TPU backend compilation stopped" + Colors.END)
|
||||
if utils.koboldai_vars.compiling:
|
||||
print(Colors.GREEN + "TPU backend compilation stopped" + Colors.END)
|
||||
utils.koboldai_vars.compiling = False
|
||||
|
||||
def mtj_settings_callback() -> dict:
|
||||
|
Reference in New Issue
Block a user