Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
## Moore Threads GPU support

With Moore Threads cards the processing of the models is done efficiently on the GPU via muBLAS and custom MUSA kernels.
First, make sure you have installed `MUSA SDK rc4.0.1`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=rc4.0.1
First, make sure you have installed `MUSA SDK rc4.0.1`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=4.0.1

Now build `whisper.cpp` with MUSA support:

Expand Down
2 changes: 1 addition & 1 deletion tests/librispeech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ performance of whisper.cpp on LibriSpeech corpus.

## How-to guides

### How to change the inferece parameters
### How to change the inference parameters

Create `eval.conf` and override variables.

Expand Down
Loading