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

Commit 7ad9ba2

Browse files
authored
Fix typo in torchao pin (#1233)
* init * remove pt update * remove pt update * remove pt update
1 parent 9d6afd4 commit 7ad9ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ clone_torchao() {
178178

179179
git clone https://github.com/pytorch/ao.git
180180
cd ao
181-
git checkout $(cat ${TORCHCHAT_ROOT}/intstall/.pins/torchao-pin.txt)
181+
git checkout $(cat ${TORCHCHAT_ROOT}/install/.pins/torchao-pin.txt)
182182

183183
popd
184184
}

0 commit comments

Comments
 (0)