Skip to content

Commit 791feb5

Browse files
committed
update third-party/pytorch to v2.3.1-rc3 and update install_requirements to patched release
1 parent 5f70319 commit 791feb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ TORCH_URL="https://download.pytorch.org/whl/test/cpu"
6363

6464
# pip packages needed by exir.
6565
EXIR_REQUIREMENTS=(
66-
torch=="2.3.0"
67-
torchvision=="0.18.0"
66+
torch=="2.3.1"
67+
torchvision=="0.18.1"
6868
)
6969

7070
# pip packages needed for development.
@@ -81,7 +81,7 @@ DEVEL_REQUIREMENTS=(
8181
# TODO(dbort): Make each example publish its own requirements.txt
8282
EXAMPLES_REQUIREMENTS=(
8383
timm==0.6.13
84-
torchaudio=="2.3.0"
84+
torchaudio=="2.3.1"
8585
torchsr==1.0.4
8686
transformers==4.38.2
8787
)

0 commit comments

Comments
 (0)