-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registering additional local models #408
Comments
@psychemedia |
@JasonWeill , did you manage to load a offline local model file? I need it too. |
@DanielCastroBosch You can load local models with GPT4All and Ollama for use with Jupyter AI. See the docs: https://jupyter-ai.readthedocs.io/en/latest/users/index.html#gpt4all-usage-early-stage |
@JasonWeill Thanks ! |
Yes, https://jupyter-ai.readthedocs.io/en/latest/developers/index.html#custom-model-providers |
Hi @krassowski ! Thanks for the answer. I did like the model in the link :
But I am getting the following error:
Can you help me please? |
@DanielCastroBosch The error says that
Since this is not the first time I see someone make this mistake, would you mind suggesting a better wording and opening a PR with clarification? |
Is there a simple way of registering additional local models ?
For example, a templated/cookiecutter Python package that could be used to specify the model name and path?
It would also be useful to be able to register local embeddings models.
The text was updated successfully, but these errors were encountered: