Stephen Roller
Stephen Roller
I did check and it seems like we can get rid of the packing in the seq2seq module. This requires small changes to the code: https://github.com/facebookresearch/ParlAI/blob/10e40c3f01761d1fe62916722e2eaa22561b6146/parlai/agents/seq2seq/modules.py#L305-L311 Essentially we want to...
Thanks. For now I recommend downgrading, but we will have to fix this. That error message tho :/
We don't have a great solution for this. It's something we're considering and scoping, but right now do not support. The best option right now is to concatenate the user's...
Google as a search server isn't supported. Some people in the Discussions section of this repo have written wrappers that use Google instead though.
Are we sure we are using FSDP here? I'm with Kurt. This is straight weird.
Thanks for filing. @emilydinan this looks like a dead path to an old retrieval model. Do you know what it should be corrected to?
Instead of a new script, I suggest you simply add it to the rendering you already wrote, and ingest the `image` part of the `Message` if it's present. You can...
I see, I just saw on the other thread the plans to make it a new script. I still disagree but yield to Kurt if he stands by the choice....
It's worth noting that parley frames everything as chats anyway :D
We'd happily welcome a PR. We currently have other priorities and probably won't come back to this task for some time.