-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chat services should use create_agent(requireExist=True) #3017
Comments
I figured out the problem was I put my files in the "zoo" repository, If I leave them out I don't need to use build or any other script. Now I am able to start the server anche client processes, but when I chat with the model in browser chat I get responses like:
or
or
When I chat with the same model with intercative.py it works. (answers with proper words) Edit:
|
I don't think you want |
Thanks, I had figured out that what I wanted was my model to be outside the zoo. |
Yeah that looks like it initiated a new model from scratch. Our chat services should be preventing that |
Leaving this task open because we need to double check that chat services has requireExists=True on the call to create_agent. |
This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening. |
I would like to uso the broswer chat with my already trained model saved in my host.
Actually, my config.yml file is:
I put my model and all the other files (.valid, .dict, .chekpoint, etc.) in a 'covid' repository inside the zoo directory.
When I try to run the server with
python3 parlai/chat_service/services/browser_chat/run.py --config-path parlai/chat_service/tasks/covid_task_browser/config.yml --port 10001
get the following error (as i kinda expected):From my understanding, I need to have a build file that will download the model somewhere to get it work... is there a way to just make the config use the model file I have locally? Without downloading it?
The text was updated successfully, but these errors were encountered: