Skip to content

Commit

Permalink
Update version for wheels and docs (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucylq authored Jun 17, 2024
1 parent 4b6331d commit e3d6025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/0.3.0
with:
package-type: wheel
os: linux
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To utilize ExecuTorch to its fullest extent, please follow the setup instruction

```bash
# Clone the ExecuTorch repo from GitHub
git clone https://github.com/pytorch/executorch.git
git clone --branch v0.3.0 https://github.com/pytorch/executorch.git
cd executorch
# Update and pull submodules
Expand Down

0 comments on commit e3d6025

Please sign in to comment.