Run GPT4ALL Locally and Build a Simple QnA Program
Introduction ππ»ββοΈ
Hey Guys, It's Tanmay here, and today I'll be talking about How you can run a smaller version of LLM on your machine directly, totally free of cost.
As we all know, Using and building on top of LLMs is costlier. Some students and...
tanmaysarkar.hashnode.dev5 min read
Karan Janthe
blog moved to--> https://kmj-007.github.io/
i was stuck,
first issue was i didn't have that much storage, so weights didn't converted,
after clearing storage it worked,
and the second issue was version of gpt4all,
which i fixed using
pip install 'pygpt4all==v1.0.1' --force-reinstall
reference: github.com/hwchase17/langchain/issues/3839