Skip to content

Commit

Permalink
prepare-env.sh: force installing cpu version of pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyunie committed Jan 19, 2023
1 parent 503f7b9 commit 42e2233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function prepare_conda_env() {
conda activate $env_name

# Install libraries
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
pip install -e .[dev,io-3rd-party]
}

Expand Down

0 comments on commit 42e2233

Please sign in to comment.