New release of llm-gpt4all - it's now really easy to run models like mistral-7b-instruct-v0 on your own machine:
pip install llm
llm install llm-gpt4all
llm -m mistral-7b-instruct-v0 "ten facts about pelicans"
New release of llm-gpt4all - it's now really easy to run models like mistral-7b-instruct-v0 on your own machine:
pip install llm
llm install llm-gpt4all
llm -m mistral-7b-instruct-v0 "ten facts about pelicans"
If you've installed a previous version of the plugin you can upgrade it like this:
llm install -U llm-gpt4all
More about the underlying GPTAll project here https://gpt4all.io/index.html