Skip to content

Commit ed8263d

Browse files
committed
docs: fix stale model_inspection.md link in palettization config
The link still pointed at the old utils/ location after this branch moved the doc to debugging/.
1 parent 143d6e8 commit ed8263d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/palettization/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ op_config = OpKMeansPalettizerConfig(
116116

117117
## Examples
118118

119-
Several examples below configure specific module types or module names. To determine these for your model, use {class}`~coreai_opt.inspection.ModelInspector` with `execution_mode="eager"` — see [Inspecting Model Structure](../utils/model_inspection.md). Palettization supports eager mode only.
119+
Several examples below configure specific module types or module names. To determine these for your model, use {class}`~coreai_opt.inspection.ModelInspector` with `execution_mode="eager"` — see [Inspecting Model Structure](../debugging/model_inspection.md). Palettization supports eager mode only.
120120

121121
### Apply 4-bit palettization globally, 8-bit to linear layers
122122

0 commit comments

Comments
 (0)