From: Georgi Gerganov Date: Thu, 23 Nov 2023 08:13:43 +0000 (+0200) Subject: readme : add vit.cpp (#618) X-Git-Tag: upstream/0.0.1642~1190 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9d2d59ab1d258dfc2e124da3c17d8f994ff1309f;p=pkg%2Fggml%2Fsources%2Fggml readme : add vit.cpp (#618) --- diff --git a/README.md b/README.md index 60d13f18..5103c891 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of Stable Diffusion inference [leejet/stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) - [X] Example of Qwen inference [QwenLM/qwen.cpp](https://github.com/QwenLM/qwen.cpp) - [X] Example of YOLO inference [examples/yolo](https://github.com/ggerganov/ggml/tree/master/examples/yolo) +- [X] Example of ViT inference [staghado/vit.cpp](https://github.com/staghado/vit.cpp) ## Whisper inference (example)