diff --git a/Home.md b/Home.md index 569fa31..f483c93 100644 --- a/Home.md +++ b/Home.md @@ -83,6 +83,7 @@ New to PyTorch? Don't know where to start? * [Introduction to Quantization](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization.rst) * [Quantization Operation coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization-support.rst) * [Implementing native quantized ops](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/quantized/README.md) +* [Extend PyTorch Quantization to Custom Backends](https://github.com/pytorch/pytorch/wiki/Extending-PyTorch-Quantization-to-Custom-Backends) ### JIT/TorchScript * [JIT Technical Overview](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/OVERVIEW.md)