Closed AbreuY closed 2 years ago
What I understand from the message is that it can not reach a search server. do you have a search server running on port 8080 in your local machine. Can you ping it to make sure it is running and reachable?
What I understand from the message is that it can not reach a search server. do you have a search server running on port 8080 in your local machine. Can you ping it to make sure it is running and reachable?
Hi, no. I don't have a search server running. Previously I ran this command. But this error did not happen. What would be a valid server for blenderbot2? I've searched the documentation but haven't found anything.
BlenderBot has multiple ways of running inference (memory, internet retrieval, none). The crash that you see may only happen agent decides to fetch something from internet. Please see this thread for more details on this issue.
BlenderBot has multiple ways of running inference (memory, internet retrieval, none). The crash that you see may only happen agent decides to fetch something from internet. Please see this thread for more details on this issue.
Thank you!.
Bug description After the second or third message with blenderbot2 / blenderbot2_400M I get this error.
requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f59be3c8610>: Failed to establish a new connection: [Errno 111] Connection refused'))
Reproduction steps
I just installed it and even reinstalled parlai again according to the instructions
git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI
Install ParlAI:
cd ~/ParlAI; python setup.py develop
Expected behavior
It should work correctly. It should not break when we are chatting.
Logs Please paste the command line output:
Additional context I just running this command from ParlAI folder
python -m parlai interactive --model-file zoo:blenderbot2/blenderbot2_400M/model --search_server 0.0.0.0:8080
I'm using ParlAI version 1.6.0