We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a9455 commit 5f0ca00Copy full SHA for 5f0ca00
install/install_requirements.sh
@@ -53,7 +53,7 @@ PYTORCH_NIGHTLY_VERSION=dev20241002
53
VISION_NIGHTLY_VERSION=dev20241002
54
55
# Nightly version for torchtune
56
-TUNE_NIGHTLY_VERSION=dev20240928
+TUNE_NIGHTLY_VERSION=dev20241010
57
58
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
59
(
@@ -78,7 +78,7 @@ fi
78
REQUIREMENTS_TO_INSTALL=(
79
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
80
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
81
- torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
+ torchtune=="0.4.0.${TUNE_NIGHTLY_VERSION}"
82
)
83
84
# Install the requirements. --extra-index-url tells pip to look for package
0 commit comments