]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
examples : update links in wasm examples (#3318)
authorGreg Sadetsky <redacted>
Sat, 12 Jul 2025 21:22:35 +0000 (17:22 -0400)
committerGitHub <redacted>
Sat, 12 Jul 2025 21:22:35 +0000 (23:22 +0200)
* fix 404 link

* update link in whisper.wasm example

* update example in command.wasm

* update link in bench.wasm example

* update link in stream.wasm example

examples/bench.wasm/README.md
examples/command.wasm/README.md
examples/stream.wasm/README.md
examples/whisper.wasm/README.md

index 726d4d08e0ae7fbf7b1860ab792ea1cc75de0d56..1a16a11018fea678aca1c6ffb62e387505026e18 100644 (file)
@@ -2,7 +2,7 @@
 
 Benchmark the performance of whisper.cpp in the browser using WebAssembly
 
-Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
+Link: https://ggml.ai/whisper.cpp/bench.wasm/
 
 Terminal version: [examples/bench](/examples/bench)
 
index 78d8776f5705f76ebd08a33850278e239a60a92d..b46b89e20430dea2367047033c7345a78b1daf6e 100644 (file)
@@ -3,7 +3,7 @@
 This is a basic Voice Assistant example that accepts voice commands from the microphone.
 It runs in fully in the browser via WebAseembly.
 
-Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
+Online demo: https://ggml.ai/whisper.cpp/command.wasm/
 
 Terminal version: [examples/command](/examples/command)
 
index f3c0c3d75826c8e20755949c6d43086618b838f9..29ff982d617eb8d9434f3e3ed63f228684d37ac4 100644 (file)
@@ -2,7 +2,7 @@
 
 Real-time transcription in the browser using WebAssembly
 
-Online demo: https://whisper.ggerganov.com/stream/
+Online demo: https://ggml.ai/whisper.cpp/stream.wasm/
 
 ## Build instructions
 
index f1bb7cadde2aaa04fcdf246603a73ad019b852f2..b267d3d242b58b7784fa3f374bca353f19043ebc 100644 (file)
@@ -22,7 +22,7 @@ audio is limited to 120 seconds.
 
 ## Live demo
 
-Link: https://ggerganov.github.io/whisper.cpp/
+Link: https://ggml.ai/whisper.cpp/
 
 ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)