whispercpp icon indicating copy to clipboard operation
whispercpp copied to clipboard

Pybind11 bindings for Whisper.cpp

Results 36 whispercpp issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hello! First of all thank you for your work! I wanted to report this problem that I'm having when trying to load quantized models. Could someone...

bug

## Changelog for nixpkgs: Branch: master Commits: [NixOS/[email protected]](https://github.com/NixOS/nixpkgs/compare/518fb6209492468f20b282b5e986549aadf80ef9...831c406f9513221fb7e072ff5e5c80edb1960256) * [`ad94a161`](https://github.com/NixOS/nixpkgs/commit/ad94a1619a5b673f279b0a81ddf28a2e8d2d14cc) python312Packages.twill: refactor * [`7e41660b`](https://github.com/NixOS/nixpkgs/commit/7e41660b6b6edebc4434142732de6310bf33c990) discordo: unstable-2024-03-12 -> 0-unstable-2024-04-27 * [`15392f7b`](https://github.com/NixOS/nixpkgs/commit/15392f7b82af44784fb142a7de96761db0be6d99) rtaudio_6: Modernise * [`b75b3c6f`](https://github.com/NixOS/nixpkgs/commit/b75b3c6fe85d4998e45b81ff56d39a94bd826419) movim: 0.24 → 0.24.1 * [`80ead1c5`](https://github.com/NixOS/nixpkgs/commit/80ead1c51d07be9b9363d4f3094dec4d5823ed39)...

nix/dependencies

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.17.0 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If...

dependencies
github_actions

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...

dependencies
github_actions

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26. Release notes Sourced from cachix/install-nix-action's releases. v26 Bump to Nix 2.20.5 to address CVE-2024-27297 / GHSA-2ffj-w4mj-pg37. Commits 8887e59 Nix: 2.20.5 39a075c bump See full...

dependencies
github_actions

### Describe the bug Running `pip install git+https://github.com/aarnphm/whispercpp.git` results in the error: Collecting git+https://github.com/aarnphm/whispercpp.git Cloning https://github.com/aarnphm/whispercpp.git to /tmp/pip-req-build-vzxr7w4b Running command git clone --filter=blob:none --quiet https://github.com/aarnphm/whispercpp.git /tmp/pip-req-build-vzxr7w4b Resolved https://github.com/aarnphm/whispercpp.git to commit...

bug

### Describe the bug Calling `Whisper.from_pretrained("base")` gives an error: ``` >>> whisper = Whisper.from_pretrained("base") Downloading model base. It may take a while...Traceback (most recent call last): File "", line 1,...

bug

### Describe the bug Attempting to run the sample code results in the error `type object 'whispercpp.Whisper' has no attribute 'from_pretrained'` $ python Python 3.11.7 (main, Dec 8 2023, 18:56:57)...

bug

### Describe the bug [ 34%] Building C object CMakeFiles/SDL2main.dir/src/main/dummy/SDL_dummy_main.c.o ccache: error: Failed to create directory /home/chris/.ccache/tmp: Read-only file system make[2]: *** [CMakeFiles/SDL2main.dir/build.make:76: CMakeFiles/SDL2main.dir/src/main/dummy/SDL_dummy_main.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:113: CMakeFiles/SDL2main.dir/all]...

bug

### Feature request I would like if there was simple a flag to pass in order to use CoreML. ### Motivation Speeds up inference many times. ### Other _No response_

enhancement