Skip to content

docs: Add FqnToConfig to API reference quantization page#3709

Merged
jerryzh168 merged 1 commit into
pytorch:mainfrom
pantha704:add-fqntoconfig-api-ref
Jan 23, 2026
Merged

docs: Add FqnToConfig to API reference quantization page#3709
jerryzh168 merged 1 commit into
pytorch:mainfrom
pantha704:add-fqntoconfig-api-ref

Conversation

@pantha704

Copy link
Copy Markdown
Contributor

Summary

Adds FqnToConfig to the API reference quantization documentation page.

Changes

  • Added FqnToConfig to the "Inference APIs for quantize_" section in docs/source/api_ref_quantization.rst

Context

FqnToConfig was introduced in v0.15.0 via PR #3083 to allow quantizing parameters by their fully qualified name (FQN). This is particularly useful for MoE models (Llama4, Deepseek) that store weights under attributes like "down_proj" instead of "weight".

Addresses #3693

cc @jcaip @jerryzh168

Addresses pytorch#3693

FqnToConfig was introduced in v0.15.0 (PR pytorch#3083) to allow quantizing
parameters by their fully qualified name, but was missing from the
API reference documentation.
@pytorch-bot

pytorch-bot Bot commented Jan 23, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3709

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 23, 2026
@jerryzh168 jerryzh168 merged commit e399f30 into pytorch:main Jan 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants