Replies: 2 comments 1 reply
-
Hi! I just made clear install of oobaboba and telegram_bot but I can't repeat your bug. I am using llama7b4bit model and flags: Can you share details about you command flags, prompt and config? I see you are not alone with this bug #119 |
Beta Was this translation helpful? Give feedback.
-
I've got the same symptoms today when playing with a new model. It's strange because I have other models loaded via ExLlama_HF and they work well in the telegram integration. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I am encountering the following error "user_text Test
generate_answer 'NoneType' object has no attribute 'encode'
cannot unpack non-iterable NoneType object
Exception in thread Thread-6 (thread_get_message):
Traceback (most recent call last):
File "/home/alberth/miniconda3/envs/textgen/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/alberth/miniconda3/envs/textgen/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/alberth/deeplearning/textgen/text-generation-webui/extensions/telegram_bot/TelegramBotWrapper.py", line 765, in thread_get_message
raise e
File "/home/alberth/deeplearning/textgen/text-generation-webui/extensions/telegram_bot/TelegramBotWrapper.py", line 746, in thread_get_message
answer, system_message = self.generate_answer(
TypeError: cannot unpack non-iterable NoneType object
" and unfortunately, I am unable to progress. I have configured everything according to the instructions. I am using the latest checked out version of text-generation-webui.
Beta Was this translation helpful? Give feedback.
All reactions