added section numbers

This commit is contained in:
Jeff Tang 2025-02-03 10:12:22 -08:00
parent 9f77e6f526
commit d8c88f9ce4

View file

@ -3399,7 +3399,7 @@
"id": "ad077440",
"metadata": {},
"source": [
"## Image Understanding with Llama 3.2\n",
"## 4. Image Understanding with Llama 3.2\n",
"\n",
"Below is a complete example of using Together's Llama Stack 0.1 server at https://llama-stack.together.ai to ask Llama 3.2 questions about an image."
]
@ -3409,7 +3409,7 @@
"id": "82e381ec",
"metadata": {},
"source": [
"### Setup and helpers\n",
"### 4.1 Setup and helpers\n",
"\n",
"Below we install the Llama Stack client 0.1, download the example image, define two image helpers, and set Llama Stack Together server URL and Llama 3.2 model name.\n"
]
@ -3487,7 +3487,7 @@
"id": "7737cd41",
"metadata": {},
"source": [
"### Using Llama Stack Chat API\n",
"### 4.2 Using Llama Stack Chat API\n",
"\n",
"The code below uses the Llama Stack 0.1's chat API to interact with Llama 3.2:"
]
@ -3550,7 +3550,7 @@
"id": "e741d7b9",
"metadata": {},
"source": [
"### Using Llama Stack Agent API\n",
"### 4.3 Using Llama Stack Agent API\n",
"\n",
"The code below uses the Llama Stack 0.1's Agent API to interact with Llama 3.2:"
]