Skip to content

Commit 121d27a

Browse files
authored
musa: correct MUSA SDK rc4.0.1 download URL (#3217)
* musa: correct MUSA SDK rc4.0.1 download URL Signed-off-by: Xiaodong Ye <[email protected]> * Fix typo Signed-off-by: Xiaodong Ye <[email protected]> --------- Signed-off-by: Xiaodong Ye <[email protected]>
1 parent e05af24 commit 121d27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
386386
## Moore Threads GPU support
387387

388388
With Moore Threads cards the processing of the models is done efficiently on the GPU via muBLAS and custom MUSA kernels.
389-
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
389+
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
390390

391391
Now build `whisper.cpp` with MUSA support:
392392

tests/librispeech/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ performance of whisper.cpp on LibriSpeech corpus.
4848

4949
## How-to guides
5050

51-
### How to change the inferece parameters
51+
### How to change the inference parameters
5252

5353
Create `eval.conf` and override variables.
5454

0 commit comments

Comments
 (0)