We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link https://pytorch.org/docs/stable/_modules/torch/jit/_freeze.html#optimize_for_inference is a dead end.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
No issue there
Sorry, something went wrong.
There is a dead end in the docs for version 1.10:
https://pytorch.org/docs/1.10/_modules/torch/jit/_freeze.html#optimize_for_inference
Edit There is a similar dead link in the docs for an older version than 2.3. This issue was fixed at version 2.3. https://pytorch.org/docs/2.2/generated/torch.jit.optimize_for_inference.html#torch.jit.optimize_for_inference has a dead link, but https://pytorch.org/docs/2.3/generated/torch.jit.optimize_for_inference.html#torch.jit.optimize_for_inference has no dead link.
No branches or pull requests
🕋 Website
The link https://pytorch.org/docs/stable/_modules/torch/jit/_freeze.html#optimize_for_inference is a dead end.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: