Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit ab1f23c

Browse files
committed
Updated Torch to 1.5.0
Also, build ONNX from source
1 parent 189ca70 commit ab1f23c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ _run:
99
command: |
1010
sudo ./install_deps
1111
sudo pip install --progress-bar off pytest pytest-cov
12+
# Build + install onnx from source
13+
MAX_JOBS=4 time pip install git+https://github.com/malfet/onnx@follow-parallel-build-option --user
1214
1315
1416
_do_tests: &do_tests

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fvcore
55
hypothesis<4.0
66
joblib
77
numpy
8-
onnx==1.5.0
8+
onnx==1.6.0
99
# pytorch-pretrained-bert requires python-dateutil < 2.8.1
1010
python-dateutil==2.8.0
1111
pandas
@@ -15,5 +15,5 @@ requests
1515
scipy
1616
sentencepiece
1717
tensorboard==1.14
18-
torch==1.4.0
18+
torch==1.5.0
1919
torchtext

0 commit comments

Comments
 (0)