-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Regarding runpod and using the template thebloke/cuda11.8.0-ubuntu22.04-oneclick:latest.
After starting the POD when I click connect, under HTTP Services both services on port 5000 and 7860 show as orange "Not Ready"
I see the following in the logs
TypeError: Base.set() got an unexpected keyword argument
'code_background_fill_dark'
Launching text-generation-webui with args: --listen --extensions openai
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /workspace/text-generation-webui/server.py:9 in │
│ │
│ 8 import modules.one_click_installer_check │
│ ❱ 9 from modules.block_requests import OpenMonkeyPatch, RequestBlocker │
│ 10 from modules.logging_colors import logger │
│ │
│ /workspace/text-generation-webui/modules/block_requests.py:6 in │
│ │
│ 5 │
│ ❱ 6 from modules import shared, ui │
│ 7 from modules.logging_colors import logger │
│ │
│ /workspace/text-generation-webui/modules/ui.py:56 in │
│ │
│ 55 if not shared.args.old_colors: │
│ ❱ 56 theme = theme.set( │
│ 57 # General Colors │
╰──────────────────────────────────────────────────────────────────────────────╯
TypeError: Base.set() got an unexpected keyword argument
'code_background_fill_dark'
Launching text-generation-webui with args: --listen --extensions openai