added colab links to each notebook

This commit is contained in:
Justin Lee 2024-11-08 10:38:03 -08:00
parent d8cea721ca
commit 6dd5ea7631
8 changed files with 62 additions and 3 deletions

View file

@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "6323a6be",
"metadata": {},
"source": [
"<a href=\"https://colab.research.google.com/github/meta-llama/llama-stack/blob/docs_improvement/docs/zero_to_hero_guide/03_Image_Chat101.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"id": "923343b0-d4bd-4361-b8d4-dd29f86a0fbd",
@ -156,7 +164,7 @@
" # Process image\n",
" await process_image(client, \"../_static/llama-stack-logo.png\")\n",
"\n",
" \n",
"\n",
"\n",
"# Execute the main function\n",
"await main()"