]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: fix typo in build.md (emdawbwebgpu -> emdawnwebgpu) (#21518)
authorDmytro Romanov <redacted>
Tue, 7 Apr 2026 04:37:26 +0000 (06:37 +0200)
committerGitHub <redacted>
Tue, 7 Apr 2026 04:37:26 +0000 (12:37 +0800)
docs/build.md

index 616a838def973d12793b799ec6d65623a502ec69..c2f321dfd2dd8da6ebb35f05ca52ae5adb55d546 100644 (file)
@@ -741,7 +741,7 @@ cmake --build build --config Release
 
 WebGPU allows cross-platform access to the GPU from supported browsers. We utilize [Emscripten](https://emscripten.org/) to compile ggml's WebGPU backend to WebAssembly. Emscripten does not officially support WebGPU bindings yet, but Dawn currently maintains its own WebGPU bindings called emdawnwebgpu.
 
-Follow the instructions [here](https://dawn.googlesource.com/dawn/+/refs/heads/main/src/emdawnwebgpu/) to download or build the emdawnwebgpu package (Note that it might be safer to build the emdawbwebgpu package locally, so that it stays in sync with the version of Dawn you have installed above). When building using CMake, the path to the emdawnwebgpu port file needs to be set with the flag `EMDAWNWEBGPU_DIR`.
+Follow the instructions [here](https://dawn.googlesource.com/dawn/+/refs/heads/main/src/emdawnwebgpu/) to download or build the emdawnwebgpu package (Note that it might be safer to build the emdawnwebgpu package locally, so that it stays in sync with the version of Dawn you have installed above). When building using CMake, the path to the emdawnwebgpu port file needs to be set with the flag `EMDAWNWEBGPU_DIR`.
 
 ## IBM Z & LinuxONE