docs : add release badge and remove stable/roadmap [no ci] (#4009)
This commit updates the README.md to include a release badge. The motivation for this is that we have been manually updating the Stable link in this document for releases. Removing this means that we don't have to touch this file and only update CMakeLists.txt. I also removed the link to the Roadmap was it felt out of place and it has not been kept up to date so I hope that is alright. I'll follow up with a PR to introduce a release script that will help assist the creation of releases (updateing the version and creating the release PR etc).
This commit is contained in:
parent
ab578879ec
commit
a4610c78bf
|
|
@ -2,13 +2,12 @@
|
|||
|
||||

|
||||
|
||||
[](https://github.com/ggml-org/whisper.cpp/actions)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/ggml-org/whisper.cpp/releases)
|
||||
[](https://github.com/ggml-org/whisper.cpp/actions)
|
||||
[](https://conan.io/center/whisper-cpp)
|
||||
[](https://www.npmjs.com/package/whisper.cpp/)
|
||||
|
||||
Stable: [v1.9.3](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.3) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
|
||||
|
||||
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
||||
|
||||
- Plain C/C++ implementation without dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue