diff --git a/torchchat/utils/scripts/install_utils.sh b/torchchat/utils/scripts/install_utils.sh index ec9677373..f5698237f 100644 --- a/torchchat/utils/scripts/install_utils.sh +++ b/torchchat/utils/scripts/install_utils.sh @@ -178,7 +178,7 @@ clone_torchao() { git clone https://github.com/pytorch/ao.git cd ao - git checkout $(cat ${TORCHCHAT_ROOT}/intstall/.pins/torchao-pin.txt) + git checkout $(cat ${TORCHCHAT_ROOT}/install/.pins/torchao-pin.txt) popd }