From e1de86a7bb8eb1fc43ff4f6c837486d24ae53b79 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 22 Oct 2024 04:21:26 +0000 Subject: [PATCH] Remove trailing space --- README.md | 2 +- docs/snippets/1_quick-tour.snippet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc343c77e..41c918470 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ const pipe = await pipeline('sentiment-analysis', 'Xenova/distilbert-base-uncase For more information, check out the [WebGPU guide](./guides/webgpu). -> [!WARNING] +> [!WARNING] > The WebGPU API is still experimental in many browsers, so if you run into any issues, > please file a [bug report](https://github.com/huggingface/transformers.js/issues/new?title=%5BWebGPU%5D%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml). diff --git a/docs/snippets/1_quick-tour.snippet b/docs/snippets/1_quick-tour.snippet index 7ccd724d4..27fdd2214 100644 --- a/docs/snippets/1_quick-tour.snippet +++ b/docs/snippets/1_quick-tour.snippet @@ -54,7 +54,7 @@ const pipe = await pipeline('sentiment-analysis', 'Xenova/distilbert-base-uncase For more information, check out the [WebGPU guide](./guides/webgpu). -> [!WARNING] +> [!WARNING] > The WebGPU API is still experimental in many browsers, so if you run into any issues, > please file a [bug report](https://github.com/huggingface/transformers.js/issues/new?title=%5BWebGPU%5D%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml).