Update cli_reference.md

This commit is contained in:
Xi Yan 2024-10-08 15:32:06 -07:00 committed by GitHub
parent ce70d21f65
commit 6b094b72d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,9 +215,8 @@ You can even run `llama model prompt-format` see all of the templates and their
``` ```
llama model prompt-format -m Llama3.2-3B-Instruct llama model prompt-format -m Llama3.2-3B-Instruct
``` ```
<p align="center"> ![alt text](resources/prompt-format.png)
<img width="719" alt="image" src="https://github.com/user-attachments/assets/c5332026-8c0b-4edc-b438-ec60cd7ca554">
</p>
You will be shown a Markdown formatted description of the model interface and how prompts / messages are formatted for various scenarios. You will be shown a Markdown formatted description of the model interface and how prompts / messages are formatted for various scenarios.