Skip to content

Commit 80af440

Browse files
committed
Update quick tour again
1 parent 4655090 commit 80af440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more information, check out the [WebGPU guide](./guides/webgpu).
9696

9797
> [!NOTE]
9898
> The WebGPU API is still experimental in many browsers, so if you run into any issues,
99-
> 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).
99+
> 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).
100100
101101
In resource-constrained environments, such as web browsers, it is advisable to use a quantized version of
102102
the model to lower bandwidth and optimize performance. This can be achieved by adjusting the `dtype` option,

docs/snippets/1_quick-tour.snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more information, check out the [WebGPU guide](./guides/webgpu).
5656

5757
> [!NOTE]
5858
> The WebGPU API is still experimental in many browsers, so if you run into any issues,
59-
> 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).
59+
> 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).
6060

6161
In resource-constrained environments, such as web browsers, it is advisable to use a quantized version of
6262
the model to lower bandwidth and optimize performance. This can be achieved by adjusting the `dtype` option,

0 commit comments

Comments
 (0)