readme : add bert.cpp link (#114)

This commit is contained in:
Santtu Keskinen 2023-04-28 07:25:11 +03:00 committed by GitHub
parent caf2a7c2c6
commit 109387eb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)