You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
12
12
@@ -18,7 +18,6 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
18
18
## Hot topics
19
19
20
20
- 🔥 Multimodal support arrived in `llama-server`: [#12898](https://github.com/ggml-org/llama.cpp/pull/12898) | [documentation](./docs/multimodal.md)
21
-
-**GGML developer experience survey (organized and reviewed by NVIDIA):**[link](https://forms.gle/Gasw3cRgyhNEnrwK9)
22
21
- A new binary `llama-mtmd-cli` is introduced to replace `llava-cli`, `minicpmv-cli`, `gemma3-cli` ([#13012](https://github.com/ggml-org/llama.cpp/pull/13012)) and `qwen2vl-cli` ([#13141](https://github.com/ggml-org/llama.cpp/pull/13141)), `libllava` will be deprecated
23
22
- VS Code extension for FIM completions: https://github.com/ggml-org/llama.vscode
24
23
- Universal [tool call support](./docs/function-calling.md) in `llama-server`https://github.com/ggml-org/llama.cpp/pull/9639
message(WARNING "Git index not found in git repository.")
29
-
set(GIT_INDEX "")
30
30
endif()
31
31
else()
32
32
message(WARNING "Git repository not found; to enable automatic generation of build info, make sure Git is installed and the project is a Git repository.")
33
-
set(GIT_INDEX "")
34
33
endif()
35
34
36
-
# Add a custom command to rebuild build-info.cpp when .git/index changes
0 commit comments