| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,6 +77,8 @@ Then when you run the server you'll need to also specify the `functionary-7b-v1` | |||
| 77 | 77 | python3 -m llama_cpp.server --model <model_path> --chat_format functionary | |
| 78 | 78 | ``` | |
| 79 | 79 | ||
| 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 | + | ||
| 80 | 82 | ### Multimodal Models | |
| 81 | 83 | ||
| 82 | 84 | `llama-cpp-python` supports the llava1.5 family of multi-modal models which allow the language model to | |
| Back | FazBrowse Home | New Git URL |
0 commit comments