How can I switch PromptNode in the MultiHop tutorial to use a local model? #4586
Unanswered
recursionbane
asked this question in
Questions
Replies: 1 comment 3 replies
-
Hey @recursionbane this looks like a bug. Let me convert it into an issue so we can track it better |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following this tutorial: https://haystack.deepset.ai/tutorials/23_answering_multihop_questions_with_agents
Using v1.15 of
farm-haystack[gpu]
on a local machine with GPU.It works great when using OpenAI's API.
If I switch this definition of the PromptNode:
To this one:
I see this error:
I've also tried with a few different models "flan-t5-base", and without specifying a model.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions