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

Commit 387033b

Browse files
committed
update install utils
1 parent 1f17221 commit 387033b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ install_executorch_libs() {
164164

165165
clone_torchao() {
166166
echo "Cloning torchao to ${TORCHCHAT_ROOT}/torchao-build/src"
167-
rm -rf ${TORCHCHAT_ROOT}/torchao-build/src
167+
rm -rf ${TORCHCHAT_ROOT}/torchao-build
168168
mkdir -p ${TORCHCHAT_ROOT}/torchao-build/src
169169
pushd ${TORCHCHAT_ROOT}/torchao-build/src
170170
echo $pwd
171171

172172
cp -R ${HOME}/fbsource/fbcode/pytorch/ao .
173173
# git clone https://github.com/pytorch/ao.git
174174
# cd ao
175-
# git checkout $(cat ${TORCHCHAT_ROOT}/intstall/.pins/torchao-experimental-pin.txt)
175+
# git checkout $(cat ${TORCHCHAT_ROOT}/intstall/.pins/torchao-pin.txt)
176176

177177
popd
178178
}

0 commit comments

Comments
 (0)