diff --git a/docs/qat.qmd b/docs/qat.qmd index 0531388de..e0d000a79 100644 --- a/docs/qat.qmd +++ b/docs/qat.qmd @@ -29,4 +29,4 @@ qat: fake_quant_after_n_steps: # Optional[int] = None. The number of steps to apply fake quantization after ``` -Once you have finished training, you must quantize your model by using the same quantization configuration which you used to train the model with. You can use the [`quantize` command](./quantize.md) to do this. +Once you have finished training, you must quantize your model by using the same quantization configuration which you used to train the model with. You can use the [`quantize`](./quantize.qmd) command to do this.