Skip to content

Commit 31ce759

Browse files
The smallest typo fix for webgpu.md (#1068)
Came across this while reading the documentation. Figured I'd fix it real quick.
1 parent 3d9b9e6 commit 31ce759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/webgpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const extractor = await pipeline(
2525
"feature-extraction",
2626
"mixedbread-ai/mxbai-embed-xsmall-v1",
2727
{ device: "webgpu" },
28-
});
28+
);
2929

3030
// Compute embeddings
3131
const texts = ["Hello world!", "This is an example sentence."];

0 commit comments

Comments
 (0)