]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
examples : update README links to point to pages deployment (#2971)
authorDaniel Bevenius <redacted>
Mon, 31 Mar 2025 10:32:27 +0000 (12:32 +0200)
committerGitHub <redacted>
Mon, 31 Mar 2025 10:32:27 +0000 (12:32 +0200)
This commit updates the README links to point to the pages deployment
instead of whisper.ggerganov.com.

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

index 19e868ebf0e29384d864d91cb3baa42f9fa8c470..2b7a95d3e15f6d68541e0de34d24280119d2aa8e 100644 (file)
@@ -2,7 +2,7 @@
 
 Benchmark the performance of whisper.cpp in the browser using WebAssembly
 
-Link: https://whisper.ggerganov.com/bench/
+Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
 
 Terminal version: [examples/bench](/examples/bench)
 
index fb83c93b9a1ba7afaf59b83797a10c56a8097a6c..3e55dd0dc62ccd45b3df7f895435047c19dd56e6 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://whisper.ggerganov.com/command/
+Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
 
 Terminal version: [examples/command](/examples/command)
 
index 5a142b2f4a094d4f99b57ea2334fcf71893a3451..3b5934cdd90bc694bb3126aabe498d8596934362 100644 (file)
@@ -22,7 +22,7 @@ audio is limited to 120 seconds.
 
 ## Live demo
 
-Link: https://whisper.ggerganov.com
+Link: https://ggerganov.github.io/whisper.cpp/
 
 ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)