Skip to content

Commit

Permalink
The smallest typo fix for webgpu.md (#1068)
Browse files Browse the repository at this point in the history
Came across this while reading the documentation. Figured I'd fix it real quick.
  • Loading branch information
JoramMillenaar authored Dec 3, 2024
1 parent 3d9b9e6 commit 31ce759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/webgpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."];
Expand Down

0 comments on commit 31ce759

Please sign in to comment.