Skip to content

Commit

Permalink
FIX: remove quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineTheb committed Mar 20, 2024
1 parent d21917b commit 9ca6181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ else
fi

echo "Installing required packages."
pip install Cython numpy packaging --quiet

pip install Cython numpy packaging

if [[ "$OSTYPE" == "darwin"* ]]; then
echo "Installing PyTorch 1.13.1"
pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 --quiet
Expand Down

0 comments on commit 9ca6181

Please sign in to comment.