Skip to content

Commit 4f4b347

Browse files
ggerganovliuyang.marshall
authored andcommitted
whisper : rename binaries + fix install (ggml-org#2648)
* whisper : rename binaries + fix install * cont : try to fix ci * cont : fix emscripten builds
1 parent 6a8ec36 commit 4f4b347

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -377,38 +377,6 @@ Run the inference examples as usual, for example:
377377
- If you have trouble with Ascend NPU device, please create a issue with **[CANN]** prefix/tag.
378378
- If you run successfully with your Ascend NPU device, please help update the table `Verified devices`.
379379
380-
## Docker
381-
382-
### Prerequisites
383-
384-
- Docker must be installed and running on your system.
385-
- Create a folder to store big models & intermediate files (ex. /whisper/models)
386-
387-
### Images
388-
389-
We have two Docker images available for this project:
390-
391-
1. `ghcr.io/ggerganov/whisper.cpp:main`: This image includes the main executable file as well as `curl` and `ffmpeg`. (platforms: `linux/amd64`, `linux/arm64`)
392-
2. `ghcr.io/ggerganov/whisper.cpp:main-cuda`: Same as `main` but compiled with CUDA support. (platforms: `linux/amd64`)
393-
394-
### Usage
395-
396-
```shell
397-
# download model and persist it in a local folder
398-
docker run -it --rm \
399-
-v path/to/models:/models \
400-
whisper.cpp:main "./models/download-ggml-model.sh base /models"
401-
# transcribe an audio file
402-
docker run -it --rm \
403-
-v path/to/models:/models \
404-
-v path/to/audios:/audios \
405-
whisper.cpp:main "./main -m /models/ggml-base.bin -f /audios/jfk.wav"
406-
# transcribe an audio file in samples folder
407-
docker run -it --rm \
408-
-v path/to/models:/models \
409-
whisper.cpp:main "./main -m /models/ggml-base.bin -f ./samples/jfk.wav"
410-
```
411-
412380
## Installing with Conan
413381
414382
You can install pre-built binaries for whisper.cpp or build it from source using [Conan](https://conan.io/). Use the following command:

0 commit comments

Comments
 (0)