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

Commit 12b57c6

Browse files
committed
debug
1 parent bfa63a8 commit 12b57c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torchchat/utils/scripts/install_utils.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ install_pip_dependencies() {
1616
echo "Intalling common pip packages"
1717
pip3 install wheel "cmake>=3.19" ninja zstd
1818
pushd ${TORCHCHAT_ROOT}
19+
echo ${TORCHCHAT_ROOT}
20+
ls
21+
22+
ls install
1923
pip3 install -r install/requirements.txt
2024
popd
2125
}

0 commit comments

Comments
 (0)