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
Minor first run errors.. Trying to use this with Falcon-40b, just passing along error outputs to the console at this point..
~/git/LLM-As-Chatbot/app.py:1030: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
main(args)
/git/LLM-As-Chatbot/global_vars.py Line 44
NameError: name 'mode_mps' is not defined
/git/LLM-As-Chatbot/app.py", line 296, in move_to_third_view
AttributeError: module 'global_vars' has no attribute 'gen_config'
The text was updated successfully, but these errors were encountered:
Minor first run errors.. Trying to use this with Falcon-40b, just passing along error outputs to the console at this point..
~/git/LLM-As-Chatbot/app.py:1030: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
main(args)
/git/LLM-As-Chatbot/global_vars.py Line 44
NameError: name 'mode_mps' is not defined
/git/LLM-As-Chatbot/app.py", line 296, in move_to_third_view
AttributeError: module 'global_vars' has no attribute 'gen_config'
The text was updated successfully, but these errors were encountered: