From ca608d56677c9222693acbeb4fda9e98abe881bc Mon Sep 17 00:00:00 2001 From: Kaihui-intel Date: Fri, 14 Jun 2024 16:03:42 +0800 Subject: [PATCH] update doc link Signed-off-by: Kaihui-intel --- docs/3x/PT_WeightOnlyQuant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3x/PT_WeightOnlyQuant.md b/docs/3x/PT_WeightOnlyQuant.md index 37cc934592a..b115b38fce3 100644 --- a/docs/3x/PT_WeightOnlyQuant.md +++ b/docs/3x/PT_WeightOnlyQuant.md @@ -258,7 +258,7 @@ loaded_model = load( ## Examples -Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm) on how to quantize a model with WeightOnlyQuant. +Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/weight_only) on how to quantize a model with WeightOnlyQuant. ## Reference