Skip to content

Commit

Permalink
Rename to whisper.cpp-cli for PyPI (#7)
Browse files Browse the repository at this point in the history
Rename to whisper.cpp-cli for PyPI
  • Loading branch information
charliermarsh authored Apr 27, 2024
1 parent 956cfe2 commit fbf1336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# whisper.cpp-py
# whisper.cpp-cli

A Python wrapper around the [`whisper.cpp`](https://github.com/ggerganov/whisper.cpp) CLI.

Expand Down Expand Up @@ -48,7 +48,8 @@ acceleration.
In the future, I'd like to distribute builds with
[Core ML support](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#core-ml-support),
[CUDA support](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#nvidia-gpu-support), and
more, given `whisper.cpp`'s own support for these features.
more, given [`whisper.cpp`](https://github.com/ggerganov/whisper.cpp)'s own support for these
features.

The latest release compiles against [`v1.5.5`](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.5).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "whisper.cpp-py"
name = "whisper.cpp-cli"
version = "0.0.1"
description = "A Python package for the whisper.cpp CLI."
authors = [{ name = "Charlie Marsh", email = "[email protected]" }]
Expand Down

0 comments on commit fbf1336

Please sign in to comment.