This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,9 @@ if [ -z "${TORCHCHAT_ROOT}" ]; then
5353 # Get the absolute path of the current script
5454 SCRIPT_PATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
5555 # Get the absolute path of the parent directory
56- TORCHCHAT_ROOT=" $( dirname " $SCRIPT_PATH " ) "
57- source " $TORCHCHAT_ROOT /scripts/install_utils.sh"
58- else
59- source " $TORCHCHAT_ROOT /torchchat/utils/scripts/install_utils.sh"
60- fi
56+ TORCHCHAT_ROOT=" $( dirname " $( dirname " $( dirname " $SCRIPT_PATH " ) " ) " ) "
57+
58+ source " $TORCHCHAT_ROOT /torchchat/utils/scripts/install_utils.sh"
6159
6260if [ -z " ${ET_BUILD_DIR} " ]; then
6361 ET_BUILD_DIR=" et-build"
Original file line number Diff line number Diff line change @@ -13,13 +13,9 @@ if [ -z "$TORCHCHAT_ROOT" ]; then
1313fi
1414
1515install_pip_dependencies () {
16- echo " Intalling common pip packages"
16+ echo " Installing 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
2319 pip3 install -r install/requirements.txt
2420 popd
2521}
You can’t perform that action at this time.
0 commit comments