Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update gluon_nlp_job.sh (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-jin authored May 22, 2021
1 parent e78f310 commit 307d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/gluon_nlp_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git checkout working

if [ $DEVICE == "cpu" ]; then
python3 -m pip uninstall --quiet mxnet -y
python3 -m pip install -U --quiet --pre "mxnet>=2.0.0b20210121" --user
python3 -m pip install -U --quiet --pre "mxnet>=2.0.0b20210121" -f https://dist.mxnet.io/python
else
python3 -m pip uninstall --quiet mxnet-cu102 -y
python3 -m pip install -U --quiet --pre "mxnet-cu102>=2.0.0a" --user
Expand Down

0 comments on commit 307d079

Please sign in to comment.