diff --git a/docs/source/guides/webgpu.md b/docs/source/guides/webgpu.md index d4f39f324..9c3009671 100644 --- a/docs/source/guides/webgpu.md +++ b/docs/source/guides/webgpu.md @@ -25,7 +25,7 @@ const extractor = await pipeline( "feature-extraction", "mixedbread-ai/mxbai-embed-xsmall-v1", { device: "webgpu" }, -}); +); // Compute embeddings const texts = ["Hello world!", "This is an example sentence."];