Skip to content

Commit 67ab54d

Browse files
digantdesaifacebook-github-bot
authored andcommitted
Update nightly version
Summary: This is to pull in torch/export changes from pytorch #108571 Differential Revision: D49065077 fbshipit-source-id: d9fa7bf1ebdcd6224e8600b7c1567002f07f9bf1
1 parent b2fa508 commit 67ab54d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/docker/ci_commit_pins/nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev20230831
1+
dev20230907

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

.ci/docker/ci_commit_pins/vision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.17.0

docs/website/docs/tutorials/00_setting_up_executorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Setting up PyTorch
2424
# Install the nightly builds
2525
# Note: if you are behind a firewall an appropriate proxy server must be setup
2626
# for all subsequent steps.
27-
TORCH_VERSION=2.1.0.dev20230831
27+
TORCH_VERSION=2.2.0.dev20230907
2828
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2929
```
3030

0 commit comments

Comments
 (0)