这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Model Access

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.

Clone this wiki locally