Skip to content

Commit

Permalink
Update setup_deb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-grzybek-ampere authored Oct 25, 2024
1 parent 1237c0e commit c26b768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ log "done.\n"
log "Installing python dependencies ..."
sleep 1

ARCH=$ARCH python3 "$SCRIPT_DIR"/utils/setup/install_frameworks.py

# get almost all python deps
pip3 install --break-system-packages -r "$(dirname "$0")/requirements.txt" ||
pip3 install -r "$(dirname "$0")/requirements.txt"
Expand All @@ -83,8 +85,6 @@ git clone -b 1.2.2 https://github.com/libsndfile/libsndfile.git && cd libsndfile
# pip3 install -r "$(dirname "$0")/requirements-ampereone.txt"
# fi

ARCH=$ARCH python3 "$SCRIPT_DIR"/utils/setup/install_frameworks.py

if [ "$(python3 -c 'import torch; print(torch.cuda.is_available())')" == "True" ]; then
# Torchvision version has to match PyTorch version following this table:
# https://github.com/pytorch/vision?tab=readme-ov-file#installation
Expand Down

0 comments on commit c26b768

Please sign in to comment.