From 3634d8ff9d929a44127fc68de87f09118eee0ed0 Mon Sep 17 00:00:00 2001 From: salman Date: Thu, 12 Jun 2025 10:22:40 -0700 Subject: [PATCH] QAT docfix (#2778) [skip ci] * nits * Update docs/qat.qmd Co-authored-by: NanoCode012 --------- Co-authored-by: NanoCode012 --- docs/qat.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.