diff --git a/modules/one_click_installer_check.py b/modules/one_click_installer_check.py deleted file mode 100644 index 4bde8600..00000000 --- a/modules/one_click_installer_check.py +++ /dev/null @@ -1,9 +0,0 @@ -from pathlib import Path - -from modules.logging_colors import logger - -if Path('../webui.py').exists(): - logger.warning('\nIt looks like you are running an outdated version of ' - 'the one-click-installers.\n' - 'Please migrate your installation following the instructions here:\n' - 'https://github.com/oobabooga/text-generation-webui/wiki/Migrating-an-old-one%E2%80%90click-install') diff --git a/server.py b/server.py index 01d40ac4..169578a5 100644 --- a/server.py +++ b/server.py @@ -1,7 +1,6 @@ import os import warnings -import modules.one_click_installer_check from modules import shared from modules.block_requests import OpenMonkeyPatch, RequestBlocker from modules.logging_colors import logger