mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
changed from vision to text model
This commit is contained in:
parent
efb0fbfaea
commit
92f16ed27b
4 changed files with 12 additions and 12 deletions
|
@ -154,7 +154,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"response = client.inference.chat_completion(\n",
|
||||
" messages=few_shot_examples, model='Llama3.2-11B-Vision-Instruct'\n",
|
||||
" messages=few_shot_examples, model='Llama3.1-8B-Instruct'\n",
|
||||
")"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue