Skip to content

Commit cbecb35

Browse files
author
ochafik
committed
Add tool call to hot topics
1 parent 64545ac commit cbecb35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
1818

1919
- **How to use [MTLResidencySet](https://developer.apple.com/documentation/metal/mtlresidencyset?language=objc) to keep the GPU memory active?** https://github.com/ggerganov/llama.cpp/pull/11427
2020
- **VS Code extension for FIM completions:** https://github.com/ggml-org/llama.vscode
21+
- Universal tool call support in `llama-server`: https://github.com/ggerganov/llama.cpp/pull/9639
2122
- Vim/Neovim plugin for FIM completions: https://github.com/ggml-org/llama.vim
2223
- Introducing GGUF-my-LoRA https://github.com/ggerganov/llama.cpp/discussions/10123
2324
- Hugging Face Inference Endpoints now support GGUF out of the box! https://github.com/ggerganov/llama.cpp/discussions/9669

tests/test-chat.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Also acts as a CLI to generate a Markdown summary of the formats of Jinja templates,
44
// e.g. given Minja (http://github.com/google/minja) checked out in parent dir:
55
//
6-
// cmake -B build && cmake --build build --parallel && \
7-
// ./build/bin/test-chat ../minja/build/tests/*.jinja 2>/dev/null
6+
// cmake -B build && cmake --build build --parallel && ./build/bin/test-chat ../minja/build/tests/*.jinja 2>/dev/null
87
//
98
#include "chat.hpp"
109
#include "chat-template.hpp"

0 commit comments

Comments
 (0)