]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : remove survey link (#14168)
authorGeorgi Gerganov <redacted>
Fri, 13 Jun 2025 08:55:44 +0000 (11:55 +0300)
committerGitHub <redacted>
Fri, 13 Jun 2025 08:55:44 +0000 (11:55 +0300)
README.md

index 928100f3c256ab6be64fd0a29bb88d5b48dfe34f..90c7364dfcba0e2dc0a8e1a076e0f963bb7ca2ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
 ## Hot topics
 
 - ðŸ”¥ Multimodal support arrived in `llama-server`: [#12898](https://github.com/ggml-org/llama.cpp/pull/12898) | [documentation](./docs/multimodal.md)
-- **GGML developer experience survey (organized and reviewed by NVIDIA):** [link](https://forms.gle/Gasw3cRgyhNEnrwK9)
 - 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
 - VS Code extension for FIM completions: https://github.com/ggml-org/llama.vscode
 - Universal [tool call support](./docs/function-calling.md) in `llama-server` https://github.com/ggml-org/llama.cpp/pull/9639