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
Copy file name to clipboardExpand all lines: docs/multimodal.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,3 +107,7 @@ NOTE: some models may require large context window, for example: `-c 8192`
107
107
(tool_name) -hf ggml-org/Qwen2.5-Omni-3B-GGUF
108
108
(tool_name) -hf ggml-org/Qwen2.5-Omni-7B-GGUF
109
109
```
110
+
111
+
## Finding more models:
112
+
113
+
GGUF models on Huggingface with vision capabilities can be found here: https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending&search=gguf
0 commit comments