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