Skip to content

Commit 26d0c0a

Browse files
authored
Revert "Update version for wheels and docs (#3984)" (#4008)
This reverts commit e3d6025.
1 parent e3d6025 commit 26d0c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/0.3.0
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2323
with:
2424
package-type: wheel
2525
os: linux

docs/source/getting-started-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To utilize ExecuTorch to its fullest extent, please follow the setup instruction
8989

9090
```bash
9191
# Clone the ExecuTorch repo from GitHub
92-
git clone --branch v0.3.0 https://github.com/pytorch/executorch.git
92+
git clone https://github.com/pytorch/executorch.git
9393
cd executorch
9494

9595
# Update and pull submodules

0 commit comments

Comments
 (0)