Move one-click-installers into the repository (#4028 from oobabooga/one-click)
This commit is contained in:
commit
b1467bd064
20 changed files with 904 additions and 7 deletions
8
modules/one_click_installer_check.py
Normal file
8
modules/one_click_installer_check.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue