diff --git a/assets/wheels/monarch-0.0.1-cp310-cp310-linux_x86_64.whl b/assets/wheels/monarch-0.0.1-cp310-cp310-linux_x86_64.whl index 146e04a27..b5a86f5f6 100644 Binary files a/assets/wheels/monarch-0.0.1-cp310-cp310-linux_x86_64.whl and b/assets/wheels/monarch-0.0.1-cp310-cp310-linux_x86_64.whl differ diff --git a/scripts/build_wheels.sh b/scripts/build_wheels.sh index 4c1f900dd..fd206d895 100755 --- a/scripts/build_wheels.sh +++ b/scripts/build_wheels.sh @@ -17,7 +17,7 @@ NC='\033[0m' # Configuration PYTORCH_VERSION="2.9.0.dev20250905" VLLM_BRANCH="v0.10.0" -MONARCH_COMMIT="16e3de376b22b5c44ee3853af5576e4998ea74bf" +MONARCH_COMMIT="6ca383aca99480aa1bf5853478d4d09fcb224035" TORCHTITAN_COMMIT="0cfbd0b3c2d827af629a107a77a9e47229c31663" TORCHSTORE_COMMIT="eed96eb55ce87d4a9880597dd7dfd0d291e9ac81" BUILD_DIR="$HOME/forge-build"