Skip to content

Commit 9147769

Browse files
authored
Fix broken html links (microsoft#2351)
## Fix broken html links ## Checklist before requesting a review - [x] Add unit tests for this change. - [x] Make sure all tests can pass. - [x] Update documents if necessary. - [x] Lint and apply fixes to your code by running `lintrunner -a` - [ ] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link
1 parent 79220f6 commit 9147769

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

olive/passes/onnx/inc_quantization.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
the quantization level (quant_level). Currently 3 quant_levels are supported.
100100
0 is conservative strategy, 1 is basic or user-specified strategy,
101101
auto (default) is the combination of 0 and 1.
102+
Please refer to
103+
https://intel.github.io/neural-compressor/latest/docs/source/tuning_strategies.html
104+
for more details
102105
""",
103106
),
104107
"excluded_precisions": PassConfigParam(
@@ -177,7 +180,7 @@
177180
default_value="basic",
178181
description="""
179182
Strategy name used in tuning. Details in
180-
https://github.com/intel/neural-compressor/blob/master/docs/source/tuning_strategies.md#basic
183+
https://intel.github.io/neural-compressor/latest/docs/source/tuning_strategies.html
181184
""",
182185
),
183186
"strategy_kwargs": PassConfigParam(

0 commit comments

Comments
 (0)