From: M. Yusuf Sarıgöz Date: Sun, 25 Jun 2023 13:45:34 +0000 (+0300) Subject: readme : add link to CLIP example (#298) X-Git-Tag: upstream/0.0.1642~1375 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2988146ffbb7ac3cc3e015127b7f32b6f383c1bd;p=pkg%2Fggml%2Fsources%2Fggml readme : add link to CLIP example (#298) --- diff --git a/README.md b/README.md index 8a92c1f2..78c9a96a 100644 --- 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)