mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Remove an ancient/obsolete migration check
This commit is contained in:
parent
d9de14d1f7
commit
763a7011c0
2 changed files with 0 additions and 10 deletions
|
|
@ -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')
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue