From 979ec8e3a920a82946831642881adc4a8f618761 Mon Sep 17 00:00:00 2001 From: Mateusz Nowak <37732935+noqqaqq@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:35:58 +0200 Subject: [PATCH] README.txt - fix unreachable link --- prototype_source/README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prototype_source/README.txt b/prototype_source/README.txt index 94c182dcca0..4ab9ce8f6a9 100644 --- a/prototype_source/README.txt +++ b/prototype_source/README.txt @@ -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 @@ -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