Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 94ad51a

Browse files
committed
update
1 parent 67dd729 commit 94ad51a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

install/.pins/torchao-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7d8794622f3ac7ffa98761314019a20fba06edef
1+
1eb4d3354edb78d4651b28556200fa615c1b68c3

install/install_requirements.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ fi
130130
# TODO: Remove this and install nightly build, once it supports macos
131131
# USE_CPP=1 indicates that the torchao experimental aten kernels will be built and loaded
132132
# if on Mac with Apple Silicon
133+
export TORCHAO_PIN=$(cat install/.pins/torchao-pin.txt)
133134
(
134135
set -x
135-
USE_CPP=1 $PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@7d8794622f3ac7ffa98761314019a20fba06edef
136+
USE_CPP=1 $PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@${TORCHAO_PIN}
136137
)
137138

138139
if [[ -x "$(command -v nvidia-smi)" ]]; then

0 commit comments

Comments
 (0)