Remove tutorials/calibration_flow/ and update stale references#4257
Remove tutorials/calibration_flow/ and update stale references#4257jerryzh168 merged 1 commit intomainfrom
Conversation
Summary: Remove the calibration_flow tutorial folder (static_quant.py, gptq_like.py, awq_like.py) which depended on LinearActivationQuantizedTensor and other deprecated AQT APIs. Update documentation references that pointed to these deleted files. Test Plan: - Verified no remaining references to calibration_flow/, static_quant.py, gptq_like.py, or awq_like.py in the codebase - Doc links updated to point to remaining valid resources [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/4257
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@claude review please |
|
Claude finished @andrewor14's task in 1m 5s —— View job Review of PR #4257
This is a clean removal of deprecated tutorial code and the corresponding documentation updates. The changes look good. Deleted files: All three deleted files ( Documentation updates:
Stale reference check: Grep confirms zero remaining references to No issues found. LGTM. |
Stack from ghstack (oldest at bottom):
Summary:
Remove the calibration_flow tutorial folder (static_quant.py, gptq_like.py,
awq_like.py) which depended on LinearActivationQuantizedTensor and other
deprecated AQT APIs. Update documentation references that pointed to these
deleted files.
Test Plan:
gptq_like.py, or awq_like.py in the codebase