]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to CLIP example (#298)
authorM. Yusuf Sarıgöz <redacted>
Sun, 25 Jun 2023 13:45:34 +0000 (16:45 +0300)
committerGitHub <redacted>
Sun, 25 Jun 2023 13:45:34 +0000 (16:45 +0300)
README.md

index 8a92c1f2e4b4d34801d55ede21475f3be1299ae6..78c9a96a5d8b960fae9e045cdae03e76302d34a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ Some of the development is currently happening in the [llama.cpp](https://github
 - [X] Example of Replit inference [examples/replit](https://github.com/ggerganov/ggml/tree/master/examples/replit)
 - [X] Example of BioGPT inference [PABannier/biogpt.cpp](https://github.com/PABannier/biogpt.cpp)
 - [X] Example of Encodec inference [PABannier/encodec.cpp](https://github.com/PABannier/encodec.cpp) 
+- [X] Example of CLIP inference [monatis/clip.cpp](https://github.com/monatis/clip.cpp)
 
 ## Whisper inference (example)