diff --git a/GPU0.cmd b/GPU0.cmd new file mode 100644 index 00000000..610ffe06 --- /dev/null +++ b/GPU0.cmd @@ -0,0 +1,2 @@ +set CUDA_VISIBLE_DEVICES=0 +play \ No newline at end of file diff --git a/koboldai_settings.py b/koboldai_settings.py index ccaadfbc..2732ac33 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -1369,7 +1369,7 @@ class system_settings(settings): bridge_data.horde_url = self._koboldai_var.horde_url bridge_data.api_key = self._koboldai_var.horde_api_key bridge_data.scribe_name = self._koboldai_var.horde_worker_name - bridge_data.disable_terminal_ui = False + bridge_data.disable_terminal_ui = True if bridge_data.worker_name == "My Awesome Instance": bridge_data.worker_name = f"KoboldAI UI Instance #{random.randint(-100000000, 100000000)}" worker_module = importlib.import_module("AI-Horde-Worker.worker.workers.scribe")