Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19e02f1

Browse filesBrowse files
committed
docs: Add link to function calling notebook
1 parent de2e2bc commit 19e02f1
Copy full SHA for 19e02f1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎docs/server.md

Copy file name to clipboardExpand all lines: docs/server.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Then when you run the server you'll need to also specify the `functionary-7b-v1`
7777
python3 -m llama_cpp.server --model <model_path> --chat_format functionary
7878
```
7979

80+
Check out the example notebook [here](https://github.com/abetlen/llama-cpp-python/blob/main/examples/notebooks/Functions.ipynb) for a walkthrough of some interesting use cases for function calling.
81+
8082
### Multimodal Models
8183

8284
`llama-cpp-python` supports the llava1.5 family of multi-modal models which allow the language model to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.