Fix broken links (#39809)

Replace links in the form of `[text]((url))` to `[text](url)`. This is
the correct format of a url in the markdown.
This commit is contained in:
Tommy Chiang
2025-07-31 21:23:04 +08:00
committed by GitHub
parent b937d47455
commit 4fcf455517
10 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ rendered properly in your Markdown viewer.
# SpQR
The [SpQR]((https://hf.co/papers/2306.03078)) quantization algorithm involves a 16x16 tiled bi-level group 3-bit quantization structure with sparse outliers.
The [SpQR](https://hf.co/papers/2306.03078) quantization algorithm involves a 16x16 tiled bi-level group 3-bit quantization structure with sparse outliers.
<div class="flex justify-center">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/spqr-diagram.png">