Model Access - ibm-granite-community/community GitHub Wiki
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.