Skip to content

Commit

Permalink
CI: Fix pytorch use newer numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Aug 9, 2023
1 parent ad3cf0b commit ffffd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflow_scripts/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TARGET_BRANCH="$2" # Eg. 'master' ; if PR raised to master
CACHE_DIR="$3" # Eg. 'ci_cache_pr' or 'ci_cache_push'

pip3 install d2l==0.17.6
pip3 install --upgrade numpy # numpy version installed by d2l==0.17.6 is too old
mkdir _build

source $(dirname "$0")/utils.sh
Expand Down

0 comments on commit ffffd94

Please sign in to comment.