]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add vit.cpp (#618)
authorGeorgi Gerganov <redacted>
Thu, 23 Nov 2023 08:13:43 +0000 (10:13 +0200)
committerGitHub <redacted>
Thu, 23 Nov 2023 08:13:43 +0000 (10:13 +0200)
README.md

index 60d13f18343c49b24669014cf95f13bf49186c72..5103c891b89c6f01dddca365348e3114e1b34f59 100644 (file)
--- 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)