Commit a793306
Fix broken link: Remove reference to non-existent dynamic_quantizatio… (#3691)
…n recipe
The dynamic_quantization.py recipe file does not exist in the
repository, causing a 404 error when accessing the URL:
https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html
Removed references to this missing recipe from:
- recipes_index.rst
- recipes_source/recipes/README.txt
Also renumbered subsequent items in README.txt to maintain sequential
numbering.
Fixes #3503
Fixes #ISSUE_NUMBER
## Description
<!--- Describe your changes in detail -->
## Checklist
<!--- Make sure to add `x` to all items in the following checklist: -->
- [ ] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [ ] Only one issue is addressed in this pull request
- [ ] Labels from the issue that this PR is fixing are added to this
pull request
- [ ] No unnecessary issues are included into this pull request.
cc @svekars @sekyondaMeta @AlannaBurke
---------
Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>1 parent 05c08f2 commit a793306
2 files changed
+7
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | 337 | | |
339 | 338 | | |
340 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 19 | + | |
29 | 20 | | |
30 | 21 | | |
31 | 22 | | |
32 | | - | |
| 23 | + | |
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
36 | | - | |
| 27 | + | |
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
40 | | - | |
| 31 | + | |
41 | 32 | | |
42 | | - | |
| 33 | + | |
43 | 34 | | |
44 | | - | |
| 35 | + | |
45 | 36 | | |
46 | 37 | | |
0 commit comments