mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
added colab links to each notebook
This commit is contained in:
parent
d8cea721ca
commit
6dd5ea7631
8 changed files with 62 additions and 3 deletions
|
@ -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()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue