From 80af44027d0d6b914361dea5f1f9f41b9a45e4eb Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 22 Oct 2024 04:11:24 +0000 Subject: [PATCH] Update quick tour again --- 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 94a388884..b621b5aa3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ For more information, check out the [WebGPU guide](./guides/webgpu). > [!NOTE] > The WebGPU API is still experimental in many browsers, so if you run into any issues, -> please file a bug report [here](https://github.com/huggingface/transformers.js/issues/new?title=[WebGPU]%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml). +> please file a [bug report](https://github.com/huggingface/transformers.js/issues/new?title=[WebGPU]%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml). In resource-constrained environments, such as web browsers, it is advisable to use a quantized version of the model to lower bandwidth and optimize performance. This can be achieved by adjusting the `dtype` option, diff --git a/docs/snippets/1_quick-tour.snippet b/docs/snippets/1_quick-tour.snippet index 912dc1c5b..eebb12a1c 100644 --- a/docs/snippets/1_quick-tour.snippet +++ b/docs/snippets/1_quick-tour.snippet @@ -56,7 +56,7 @@ For more information, check out the [WebGPU guide](./guides/webgpu). > [!NOTE] > The WebGPU API is still experimental in many browsers, so if you run into any issues, -> please file a bug report [here](https://github.com/huggingface/transformers.js/issues/new?title=[WebGPU]%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml). +> please file a [bug report](https://github.com/huggingface/transformers.js/issues/new?title=[WebGPU]%20Error%20running%20MODEL_ID_GOES_HERE&assignees=&labels=bug,webgpu&projects=&template=1_bug-report.yml). In resource-constrained environments, such as web browsers, it is advisable to use a quantized version of the model to lower bandwidth and optimize performance. This can be achieved by adjusting the `dtype` option,