mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
added section numbers
This commit is contained in:
parent
9f77e6f526
commit
d8c88f9ce4
1 changed files with 4 additions and 4 deletions
|
@ -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:"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue