R0CKSTAR commited on
Commit
90efe84
·
unverified ·
1 Parent(s): 62dd144

musa: correct MUSA SDK rc4.0.1 download URL (#3217)

Browse files

* 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]>

Files changed (2) hide show
  1. README.md +1 -1
  2. tests/librispeech/README.md +1 -1
README.md CHANGED
@@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
386
  ## Moore Threads GPU support
387
 
388
  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
390
 
391
  Now build `whisper.cpp` with MUSA support:
392
 
 
386
  ## Moore Threads GPU support
387
 
388
  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=4.0.1
390
 
391
  Now build `whisper.cpp` with MUSA support:
392
 
tests/librispeech/README.md CHANGED
@@ -48,7 +48,7 @@ performance of whisper.cpp on LibriSpeech corpus.
48
 
49
  ## How-to guides
50
 
51
- ### How to change the inferece parameters
52
 
53
  Create `eval.conf` and override variables.
54
 
 
48
 
49
  ## How-to guides
50
 
51
+ ### How to change the inference parameters
52
 
53
  Create `eval.conf` and override variables.
54