You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where did you get the modules? I am on a Windows setup.
I don't understand how this part works: from modules import shared as shared from modules import chat as chat from modules.extensions import apply_extensions from modules.text_generation import encode, get_max_prompt_length from modules.text_generation import (encode, generate_reply, stop_everything_event)
The text was updated successfully, but these errors were encountered:
Where did you get the modules? I am on a Windows setup.
I don't understand how this part works:
from modules import shared as shared from modules import chat as chat from modules.extensions import apply_extensions from modules.text_generation import encode, get_max_prompt_length from modules.text_generation import (encode, generate_reply, stop_everything_event)
The text was updated successfully, but these errors were encountered: