From 5383b259f6710cc6eaa3259ff8307169254e60d7 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 5 Jan 2023 19:35:40 -0800 Subject: [PATCH] Updated PyTorch ONNX exporter (markdown) --- PyTorch-ONNX-exporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch-ONNX-exporter.md b/PyTorch-ONNX-exporter.md index b20b5b3..ccd3773 100644 --- a/PyTorch-ONNX-exporter.md +++ b/PyTorch-ONNX-exporter.md @@ -93,8 +93,8 @@ lintrunner init Read more about: 1. [[lintrunner|lintrunner]] (required): Run all the linters, and ensures consistency between the CI and local development environments. 2. [ghstack](https://github.com/ezyang/ghstack) (optional): Conveniently submit stacks of diffs to GitHub as separate pull requests. -NOTE: [GitLens](https://gitlens.amod.io/) comes in handy with ghstack -3. Recover your branch from ghstack: ghstack checkout github_link_to_pr +NOTE: [GitLens](https://gitlens.amod.io/)'s interactive rebase feature comes in handy with ghstack. +3. To recover your branch from ghstack: `ghstack checkout github_link_to_pr` #### ONNX and ONNX Runtime