From: Santtu Keskinen Date: Fri, 28 Apr 2023 04:25:11 +0000 (+0300) Subject: readme : add bert.cpp link (#114) X-Git-Tag: upstream/0.0.1642~1515 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=109387eb886f49de638999a244aa31396b349936;p=pkg%2Fggml%2Fsources%2Fggml readme : add bert.cpp link (#114) --- diff --git a/README.md b/README.md index 5f110cc2..dee77065 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [ ] Example of [SAM](https://github.com/facebookresearch/segment-anything) inference - [ ] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915 - [X] Example of StableLM (GPT-NeoX) inference [examples/stablelm](https://github.com/ggerganov/ggml/tree/master/examples/stablelm) +- [X] Example of BERT inference [skeskinen/bert.cpp](https://github.com/skeskinen/bert.cpp) ## Whisper inference (example)