Skip to content

Commit

Permalink
Merge branch 'main' into enable-torch-compile-equalize
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Nov 7, 2023
2 parents 7f91053 + ef2c281 commit 045465e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ conda create \
conda activate ci
conda install --quiet --yes libjpeg-turbo -c pytorch
pip install --progress-bar=off --upgrade setuptools
# FIXME: remove this when https://github.com/pytorch/pytorch/pull/113154 is resolved
pip install --progress-bar=off packaging

# See https://github.com/pytorch/vision/issues/6790
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
Expand Down

0 comments on commit 045465e

Please sign in to comment.