Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

Loading private model from huggingface hub

Open murtuzamdahod opened this issue 9 months ago • 2 comments

I have created a basic flow which connects the LLMChain with huggingface hub and a basic prompt. The flow works fine with any public open source models like falcon-7b. However, When I am trying to load my fine-tuned private model from the huggingface hub, it gives me error when I am asking questions: Task not found for this model

What would be the reason for this output?

murtuzamdahod avatar Oct 07 '23 18:10 murtuzamdahod