forked from phoenix-oss/llama-stack-mirror
added note of the image understanding working with LS 0.1.0 and 0.1.2
This commit is contained in:
parent
44f1a4fd5c
commit
162cfb280e
1 changed files with 5 additions and 2 deletions
|
@ -3414,7 +3414,9 @@
|
||||||
"source": [
|
"source": [
|
||||||
"### 4.1 Setup and helpers\n",
|
"### 4.1 Setup and helpers\n",
|
||||||
"\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"
|
"Below we install the Llama Stack client 0.1.0, download the example image, define two image helpers, and set Llama Stack Together server URL and Llama 3.2 model name.\n",
|
||||||
|
"\n",
|
||||||
|
"Note the code below has been tested and works with Llama Stack 0.1.0 and 0.1.2.\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -3424,7 +3426,8 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install llama-stack-client==0.1.0"
|
"!pip install llama-stack-client==0.1.0\n",
|
||||||
|
"#!pip install llama-stack-client==0.1.2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue