From db4a84f1541338b701498791dfc077ede0a8c4ef Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Wed, 13 Nov 2024 11:15:27 -0800 Subject: [PATCH] update README with link to DLAI llama stack lesson Colab link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d20b9ed79..8db956b1c 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Please checkout our [Documentations](https://llama-stack.readthedocs.io/en/lates * [Getting Started](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) * Quick guide to start a Llama Stack server. * [Jupyter notebook](./docs/getting_started.ipynb) to walk-through how to use simple text and vision inference llama_stack_client APIs + * The complete Llama Stack lesson [Colab notebook](https://colab.research.google.com/drive/1dtVmxotBsI4cGZQNsJRYPrLiDeT0Wnwt) of the new Llama 3.2 course on Deeplearing.ai. * [Contributing](CONTRIBUTING.md) * [Adding a new API Provider](https://llama-stack.readthedocs.io/en/latest/api_providers/new_api_provider.html) to walk-through how to add a new API provider.