Skip to content

Commit

Permalink
update requirement fairscale (no support for pytorch < 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Nov 23, 2021
1 parent d789f15 commit a31989d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/installers/install_fairscale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ if ! "${python_36_plus}"; then
exit 1
else

if $(pt_plus 1.7.0); then
if $(pt_plus 1.8.1); then
pip install fairscale
else
echo "[WARNING] fairscale requires pytorch>=1.6.0"
echo "[WARNING] fairscale requires pytorch>=1.8.1"
fi

fi
Expand Down

0 comments on commit a31989d

Please sign in to comment.