Skip to content

Commit

Permalink
fix: Disable cooming-soon feature
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 13, 2023
1 parent d269bdf commit 61820e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ai/backend/install/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ def __init__(
except ValueError:
if args.mode is None:
mode = InstallModes.PACKAGE
if Path("INSTALL-INFO").exists():
self._enabled_menus.add(InstallModes.MAINTAIN)
# TODO: implement
# if Path("INSTALL-INFO").exists():
# self._enabled_menus.add(InstallModes.MAINTAIN)
assert mode is not None
self._mode = mode

Expand Down

0 comments on commit 61820e7

Please sign in to comment.