Skip to content

Commit

Permalink
Update torchtune pin to 0.4.0-dev20241010 (#1300)
Browse files Browse the repository at this point in the history
Co-authored-by: vmpuri <[email protected]>
  • Loading branch information
vmpuri and vmpuri authored Oct 16, 2024
1 parent dd9747f commit 2fe586a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PYTORCH_NIGHTLY_VERSION=dev20241002
VISION_NIGHTLY_VERSION=dev20241002

# Nightly version for torchtune
TUNE_NIGHTLY_VERSION=dev20240928
TUNE_NIGHTLY_VERSION=dev20241010

# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
(
Expand All @@ -78,7 +78,7 @@ fi
REQUIREMENTS_TO_INSTALL=(
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
torchtune=="0.4.0.${TUNE_NIGHTLY_VERSION}"
)

# Install the requirements. --extra-index-url tells pip to look for package
Expand Down

0 comments on commit 2fe586a

Please sign in to comment.