deep-diver/LLM-As-Chatbot

Minor first run console errors.. Just passing along.

linuxmagic-mp opened this issue · 0 comments

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'