Skip to content

Commit 7d4db57

Browse files
authored
[docs] Fix quantization links (huggingface#10323)
Update overview.md
1 parent 9020086 commit 7d4db57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/en/quantization/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ If you are new to the quantization field, we recommend you to check out these be
3333
## When to use what?
3434

3535
Diffusers currently supports the following quantization methods.
36-
- [BitsandBytes](./bitsandbytes.md)
37-
- [TorchAO](./torchao.md)
38-
- [GGUF](./gguf.md)
36+
- [BitsandBytes](./bitsandbytes)
37+
- [TorchAO](./torchao)
38+
- [GGUF](./gguf)
3939

4040
[This resource](https://huggingface.co/docs/transformers/main/en/quantization/overview#when-to-use-what) provides a good overview of the pros and cons of different quantization techniques.

0 commit comments

Comments
 (0)