Skip to content

Commit

Permalink
2024-06-19 nightly release (172574a)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Jun 19, 2024
1 parent f774775 commit 1ea0131
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/pytorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48b6c8dbc376db4406a979b35cd6909bcb428931
c017c97333dfb9d17f2e5357980241827e50e8d5
2 changes: 1 addition & 1 deletion examples/arm/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function setup_vela() {
if [[ ! -e ethos-u-vela ]]; then
git clone https://review.mlplatform.org/ml/ethos-u/ethos-u-vela
repo_dir="${root_dir}/ethos-u-vela"
base_rev=92240e7979018a197b42aab2da16dc002d86f224
base_rev=7706c1281166e7611f4300ed26338087152a33c9
patch_repo
fi
cd "${root_dir}/ethos-u-vela"
Expand Down
8 changes: 4 additions & 4 deletions install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ done
# NOTE: If a newly-fetched version of the executorch repo changes the value of
# NIGHTLY_VERSION, you should re-run this script to install the necessary
# package versions.
NIGHTLY_VERSION=dev20240507
NIGHTLY_VERSION=dev20240618

# The pip repository that hosts nightly torch packages.
TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cpu"

# pip packages needed by exir.
EXIR_REQUIREMENTS=(
torch=="2.4.0.${NIGHTLY_VERSION}"
torchvision=="0.19.0.${NIGHTLY_VERSION}" # For testing.
torch=="2.5.0.${NIGHTLY_VERSION}"
torchvision=="0.20.0.${NIGHTLY_VERSION}" # For testing.
)

# pip packages needed for development.
Expand All @@ -85,7 +85,7 @@ DEVEL_REQUIREMENTS=(
# TODO(dbort): Make each example publish its own requirements.txt
EXAMPLES_REQUIREMENTS=(
timm==0.6.13
torchaudio=="2.2.0.${NIGHTLY_VERSION}"
torchaudio=="2.4.0.${NIGHTLY_VERSION}"
torchsr==1.0.4
transformers==4.38.2
)
Expand Down

0 comments on commit 1ea0131

Please sign in to comment.