Skip to content

README.txt - fix unreachable link #2386

New issue

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

Merged
merged 2 commits into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions prototype_source/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Prototype Tutorials
------------------
1. distributed_rpc_profiling.rst
Profiling PyTorch RPC-Based Workloads
https://github.com/pytorch/tutorials/blob/release/1.6/prototype_source/distributed_rpc_profiling.rst
Profiling PyTorch RPC-Based Workloads
https://github.com/pytorch/tutorials/blob/main/prototype_source/distributed_rpc_profiling.rst

2. graph_mode_static_quantization_tutorial.py
Graph Mode Post Training Static Quantization in PyTorch
Expand All @@ -21,8 +21,8 @@ Prototype Tutorials
https://github.com/pytorch/tutorials/blob/main/prototype_source/torchscript_freezing.py

6. vulkan_workflow.rst
Vulkan Backend User Workflow
https://pytorch.org/tutorials/intermediate/vulkan_workflow.html
Vulkan Backend User Workflow
https://pytorch.org/tutorials/intermediate/vulkan_workflow.html

7. fx_graph_mode_ptq_static.rst
FX Graph Mode Post Training Static Quantization
Expand Down