add phishing warning

This commit is contained in:
Concedo 2026-04-29 22:27:45 +08:00
parent 45f8ff49bb
commit 15efea7bf3

View file

@ -193,6 +193,7 @@ and it will install everything required. Alternatively, you can download the abo
- **I try to keep backwards compatibility with ALL past llama.cpp models**. But you are also encouraged to reconvert/update your models if possible for best results.
- Since v1.75, openblas has been deprecated and removed in favor of the native CPU implementation.
- Since v1.107, CLBlast has been deprecated and removed in favor of Vulkan.
- Phishing SCAM Warning: koboldcpp(dot)com is NOT an official site, please help to report it to google for impersonation. You should ONLY trust official downloads from the release binaries on the official github at https://github.com/LostRuins/koboldcpp/releases/latest
## License
- The original GGML library, stable-diffusion.cpp and llama.cpp by ggerganov are licensed under the MIT License