From: Georgi Gerganov Date: Wed, 22 Jan 2025 17:44:26 +0000 (+0200) Subject: readme : add plugin links (#11355) X-Git-Tag: upstream/0.0.4631~101 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=16d3df7ab0bb9def78047eab4d9b15393997f495;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add plugin links (#11355) --- diff --git a/README.md b/README.md index 784669ce..97d02867 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) ## Hot topics -- **Introducing GGUF-my-LoRA** https://github.com/ggerganov/llama.cpp/discussions/10123 +- **VS Code extension for FIM completions:** https://github.com/ggml-org/llama.vscode +- Vim/Neovim plugin for FIM completions: https://github.com/ggml-org/llama.vim +- Introducing GGUF-my-LoRA https://github.com/ggerganov/llama.cpp/discussions/10123 - Hugging Face Inference Endpoints now support GGUF out of the box! https://github.com/ggerganov/llama.cpp/discussions/9669 - Hugging Face GGUF editor: [discussion](https://github.com/ggerganov/llama.cpp/discussions/9268) | [tool](https://huggingface.co/spaces/CISCai/gguf-editor)