Skip to content

Commit

Permalink
removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren committed Oct 10, 2023
1 parent d5d0f0f commit 54566be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.command
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,8 @@ elif [ "$PLATFORM" = "Apple Silicon Mac" ]; then
# source "${LOCATION_ECOASSIST_FILES}/miniforge/bin/activate"
conda activate $ECOASSISTCONDAENV_DET
{ # install nightly pytorch via miniforge as arm64
# $PIP_DET install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu # DEBUG
$PIP_DET install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1
} || { # if the first try didn't work
# conda install -c conda-forge pytorch torchvision -y # DEBUG
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 -c pytorch -y
}
# install lxml
Expand Down Expand Up @@ -341,8 +339,6 @@ conda env remove -p $ECOASSISTCONDAENV_CLA
conda create -p $ECOASSISTCONDAENV_CLA python=3.8 -y
conda activate $ECOASSISTCONDAENV_CLA
$PIP_CLA install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
# $PIP_CLA install torch torchvision torchaudio # DEBUG
# conda install pytorch::pytorch torchvision torchaudio -c pytorch -y # DEBUG
$PIP_CLA install "ultralytics==8.0.191"
$PIP_CLA install "numpy==1.24.1"
conda info --envs >> "$LOG_FILE"
Expand Down

0 comments on commit 54566be

Please sign in to comment.