You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
Adam Pingel edited this page Sep 11, 2024
·
3 revisions
Granite models are available via several platforms:
Replicate
to be written
Ollama
to be written
Hugging Face
to be written
Recipes are platform independent (mostly)
Most recipes should not depend on the model being either remotely hosted
or local. It is OK for a recipe to make a choice, but providing a link
to instructions for the other choice is useful.
Everything else is local
Minimize the reader's exposure to sign-up flows and stateful network calls.
In most cases, the user should expect to do a single git clone,
run a notebook, and then optionally do some pip install early in
the execution of the notebook.