Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix broken link in docs
Signed-off-by: Huang, Tai <[email protected]>
  • Loading branch information
thuang6 committed Aug 9, 2024
commit 77ec1482c559dd869fdcc05e3cd565c3ca2aa02f
2 changes: 1 addition & 1 deletion docs/source/3x/PT_MixedPrecision.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ best_model = autotune(model=build_torch_model(), tune_config=custom_tune_config,

## Examples

Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/pytorch\cv\mixed_precision
Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/pytorch/cv/mixed_precision
) on how to quantize a model with Mixed Precision.
2 changes: 1 addition & 1 deletion docs/source/3x/TF_SQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ best_model = autotune(

## Examples

Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/tensorflow/nlp/large_language_models\quantization\ptq\smoothquant) on how to apply smooth quant to a TensorFlow model with `neural_compressor.tensorflow`.
Users can also refer to [examples](https://github.com/intel/neural-compressor/blob/master/examples/3.x_api/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant) on how to apply smooth quant to a TensorFlow model with `neural_compressor.tensorflow`.
2 changes: 1 addition & 1 deletion docs/source/3x/quantization.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ For supported quantization methods for `accuracy aware tuning` and the detailed

User could refer to below chart to understand the whole tuning flow.

<img src="../source/imgs/accuracy_aware_tuning_flow.png" width=600 height=480 alt="accuracy aware tuning working flow">
<img src="../imgs/workflow.png" alt="accuracy aware tuning working flow">



Expand Down