Replies: 1 comment 3 replies
-
Hi @gooseillo! The |
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.
-
Hi every,
I've started using Haystack recently for semantic search and its awesome!
Recently, I was able to load a Llama type model called Vicuna (quantized) and was able to load it locally. How do I use it in Haystack within the generator object?
generator = Seq2SeqGenerator(model_name_or_path=***use Vicuna model here**)
pipe = GenerativeQAPipeline(generator, retriever)
Any help will be appreatiated!
Beta Was this translation helpful? Give feedback.
All reactions