Skip to content

Commit db83580

Browse files
authored
Update PyTorch to 1.4.0 (#848)
1 parent 99e3176 commit db83580

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/deployments/python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The following packages have been pre-installed and can be used in your implement
145145

146146
```text
147147
boto3==1.10.45
148-
cloudpickle==1.2.2
148+
cloudpickle==1.3.0
149149
dill==0.3.1.1
150150
joblib==0.14.1
151151
Keras==2.3.1
@@ -167,8 +167,8 @@ sympy==1.5
167167
tensor2tensor==1.15.4
168168
tensorflow-hub==0.7.0
169169
tensorflow==2.1.0
170-
torch==1.3.1
171-
torchvision==0.4.2
170+
torch==1.4.0
171+
torchvision==0.5.0
172172
xgboost==0.90
173173
```
174174

pkg/workloads/cortex/serve/python-cpu.requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tensorflow-cpu==2.1.0
22

3-
cloudpickle==1.2.2
3+
cloudpickle==1.3.0
44
joblib==0.14.1
55
Keras==2.3.1
66
nltk==3.4.5
@@ -16,8 +16,8 @@ statsmodels==0.10.2
1616
sympy==1.5
1717
tensor2tensor==1.15.4
1818
tensorflow-hub==0.7.0
19-
torch==1.3.1
20-
torchvision==0.4.2
19+
torch==1.4.0
20+
torchvision==0.5.0
2121
xgboost==0.90
2222

2323
uvicorn==0.11.3

pkg/workloads/cortex/serve/python-gpu.requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tensorflow-gpu==2.1.0
22

3-
cloudpickle==1.2.2
3+
cloudpickle==1.3.0
44
joblib==0.14.1
55
Keras==2.3.1
66
nltk==3.4.5
@@ -16,8 +16,8 @@ statsmodels==0.10.2
1616
sympy==1.5
1717
tensor2tensor==1.15.4
1818
tensorflow-hub==0.7.0
19-
torch==1.3.1
20-
torchvision==0.4.2
19+
torch==1.4.0
20+
torchvision==0.5.0
2121
xgboost==0.90
2222

2323
uvicorn==0.11.3

0 commit comments

Comments
 (0)