]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
musa: correct MUSA SDK rc4.0.1 download URL (#3217)
authorR0CKSTAR <redacted>
Tue, 3 Jun 2025 04:02:12 +0000 (12:02 +0800)
committerGitHub <redacted>
Tue, 3 Jun 2025 04:02:12 +0000 (06:02 +0200)
* musa: correct MUSA SDK rc4.0.1 download URL

Signed-off-by: Xiaodong Ye <redacted>
* Fix typo

Signed-off-by: Xiaodong Ye <redacted>
---------

Signed-off-by: Xiaodong Ye <redacted>
README.md
tests/librispeech/README.md

index 83f30cbca08adf8bd4ecf29c1a472450882b88dd..0298818cc240a623665cbfc7632f4fb1566132c5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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:
 
index 85478a0f4a8e30dc4ce646d644901807b4776a08..670f39b4a998b7285575b8967e653cb42ca77ed7 100644 (file)
@@ -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.