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

Commit f7eb9fc

Browse files
committed
update pin
1 parent cc576ba commit f7eb9fc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

install/.pins/torchao-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
63cb7a9857654784f726fec75c0dc36167094d8a
1+
ae3e7c68eae7085e13241cb3d6b39481868dd162

torchchat/utils/scripts/install_utils.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,9 @@ clone_torchao() {
176176
pushd ${TORCHCHAT_ROOT}/torchao-build/src
177177
echo $pwd
178178

179-
# git clone https://github.com/pytorch/ao.git
180-
# cd ao
181-
# git checkout $(cat ${TORCHCHAT_ROOT}/install/.pins/torchao-pin.txt)
182-
cp -R $HOME/fbsource/fbcode/pytorch/ao .
179+
git clone https://github.com/pytorch/ao.git
180+
cd ao
181+
git checkout $(cat ${TORCHCHAT_ROOT}/install/.pins/torchao-pin.txt)
183182

184183
popd
185184
}

0 commit comments

Comments
 (0)