Skip to content

Commit

Permalink
Update PT pin to 2.6 for modules/_export (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Khuu authored Feb 3, 2025
1 parent 6487029 commit 059cad9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions torchtune/modules/_export/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

NIGHTLY_VERSION="dev20241121"

# Install pytorch nightly for export-friendly modules to run.
pip install torch==2.6.0.${NIGHTLY_VERSION} torchvision==0.20.0.${NIGHTLY_VERSION} --extra-index-url https://download.pytorch.org/whl/nightly/cpu
# Install pytorch
pip install torch==2.6.0 torchvision==0.21.0 --extra-index-url https://download.pytorch.org/whl/nightly/cpu

0 comments on commit 059cad9

Please sign in to comment.