From fee209a7d2628cca95b7ed192586aebff8b6df92 Mon Sep 17 00:00:00 2001 From: joecummings Date: Wed, 22 Oct 2025 11:48:36 -0700 Subject: [PATCH] Update stable versions --- assets/versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/versions.sh b/assets/versions.sh index ff7aff5cd..484625654 100644 --- a/assets/versions.sh +++ b/assets/versions.sh @@ -10,9 +10,9 @@ # Stable versions of upstream libraries for OSS repo PYTORCH_VERSION="2.9.0" VLLM_VERSION="v0.10.0" -MONARCH_VERSION="0.1.0rc8" +MONARCH_VERSION="0.1.2" TORCHTITAN_VERSION="0.2.0" -TORCHSTORE_VERSION="0.0.1.rc3" +TORCHSTORE_VERSION="0.1.1" # Torchtitan commit hash for launching on MAST TORCHTITAN_COMMIT_MAST="d0e25450bcac2332359b13fbda430dc701f073d4"