]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add bert.cpp link (#114)
authorSanttu Keskinen <redacted>
Fri, 28 Apr 2023 04:25:11 +0000 (07:25 +0300)
committerGitHub <redacted>
Fri, 28 Apr 2023 04:25:11 +0000 (07:25 +0300)
README.md

index 5f110cc2a0b1b58dbcb0c85531390f463571daa6..dee77065a3bf1a67bdd5d9fc291f044afd1c5d8e 100644 (file)
--- 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)