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

Commit 06bf002

Browse files
authored
Update install_requirements.sh
Remove extraneous debug messages from install_requirements.sh
1 parent 39be079 commit 06bf002

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

install/install_requirements.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ else
4444
fi
4545

4646
echo "Using pip executable: $PIP_EXECUTABLE"
47-
echo "located at $(which $PIP_EXECUTABLE || echo not found)"
48-
49-
echo
50-
echo "possible pip candidates are:"
51-
echo "pip is located at $(which pip || echo not found)"
52-
echo "pip3 is located at $(which pip3 || echo not found)"
53-
echo "pip{PYTHON_SYS_VERSION} is located at $(which pip{PYTHON_SYS_VERSION} || echo not found)"
54-
echo
5547

5648
# Since torchchat often uses main-branch features of pytorch, only the nightly
5749
# pip versions will have the required features. The PYTORCH_NIGHTLY_VERSION value should

0 commit comments

Comments
 (0)