Skip to content

Commit 2745cb2

Browse files
authored
Fix Inferentia build error by updating Inferentia (#1489)
1 parent 2959c8c commit 2745cb2

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

docs/deployments/batch-api/predictors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ dill==0.3.1.1
145145
fastapi==0.54.1
146146
joblib==0.16.0
147147
msgpack==1.0.0
148-
neuron-cc==1.0.18001.0+0.5312e6a21
148+
neuron-cc==1.0.20600.0+0.b426b885f
149149
nltk==3.5
150150
np-utils==0.5.12.1
151151
numpy==1.18.2
@@ -160,10 +160,10 @@ scipy==1.3.2
160160
six==1.15.0
161161
statsmodels==0.12.0
162162
sympy==1.6.2
163-
tensorflow==1.15.3
164-
tensorflow-neuron==1.15.3.1.0.1965.0
163+
tensorflow==1.15.4
164+
tensorflow-neuron==1.15.3.1.0.2043.0
165165
torch==1.5.1
166-
torch-neuron==1.5.1.1.0.1532.0
166+
torch-neuron==1.5.1.1.0.1721.0
167167
torchvision==0.6.1
168168
```
169169

docs/deployments/realtime-api/predictors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dill==0.3.1.1
180180
fastapi==0.54.1
181181
joblib==0.16.0
182182
msgpack==1.0.0
183-
neuron-cc==1.0.18001.0+0.5312e6a21
183+
neuron-cc==1.0.20600.0+0.b426b885f
184184
nltk==3.5
185185
np-utils==0.5.12.1
186186
numpy==1.18.2
@@ -195,10 +195,10 @@ scipy==1.3.2
195195
six==1.15.0
196196
statsmodels==0.12.0
197197
sympy==1.6.2
198-
tensorflow==1.15.3
199-
tensorflow-neuron==1.15.3.1.0.1965.0
198+
tensorflow==1.15.4
199+
tensorflow-neuron==1.15.3.1.0.2043.0
200200
torch==1.5.1
201-
torch-neuron==1.5.1.1.0.1532.0
201+
torch-neuron==1.5.1.1.0.1721.0
202202
torchvision==0.6.1
203203
```
204204

images/neuron-rtd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ enabled=1' > /etc/yum.repos.d/neuron.repo
99
RUN rpm --import https://yum.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB
1010

1111
RUN yum install -y \
12-
aws-neuron-tools-1.0.10616.0 \
13-
aws-neuron-runtime-1.0.9197.0 \
12+
aws-neuron-tools-1.0.11054.0 \
13+
aws-neuron-runtime-1.0.9592.0 \
1414
procps-ng-3.3.10-26.amzn2.x86_64 \
1515
gzip \
1616
tar

images/python-predictor-inf/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apt-get update -qq && apt-get install -y -q \
66
echo "deb https://apt.repos.neuron.amazonaws.com bionic main" >> /etc/apt/sources.list.d/neuron.list && \
77
wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB | apt-key add - && \
88
apt-get update -qq && apt-get install -y -q \
9-
aws-neuron-tools=1.0.10616.0 \
10-
aws-neuron-runtime=1.0.9197.0 && \
9+
aws-neuron-tools=1.1.228.0 \
10+
aws-neuron-runtime=1.1.1402.0 && \
1111
apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1212

1313
ENV PATH=/opt/aws/neuron/bin/:$PATH
@@ -74,9 +74,9 @@ RUN test "${SLIM}" = "true" || ( \
7474
libxtst6 \
7575
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* \
7676
&& pip install --no-cache-dir --extra-index-url https://pip.repos.neuron.amazonaws.com \
77-
neuron-cc==1.0.18001.0+0.5312e6a21 \
78-
tensorflow-neuron==1.15.3.1.0.1965.0 \
79-
torch-neuron==1.5.1.1.0.1532.0 \
77+
neuron-cc==1.0.20600.0+0.b426b885f \
78+
tensorflow-neuron==1.15.3.1.0.2043.0 \
79+
torch-neuron==1.5.1.1.0.1721.0 \
8080
numpy==1.18.2 \
8181
scipy==1.3.2 \
8282
six==1.15.0 \

images/tensorflow-serving-inf/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1010
echo "deb https://apt.repos.neuron.amazonaws.com bionic main" >> /etc/apt/sources.list.d/neuron.list && \
1111
wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB | apt-key add - && \
1212
apt-get update -qq && apt-get install -y -q \
13-
aws-neuron-tools=1.0.10616.0 \
14-
aws-neuron-runtime=1.0.9197.0 \
15-
tensorflow-model-server-neuron=1.15.0.1.0.1965.0 && \
13+
aws-neuron-tools=1.1.228.0 \
14+
aws-neuron-runtime=1.1.1402.0 \
15+
tensorflow-model-server-neuron=1.15.0.1.0.2043.0 && \
1616
apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1717

1818
ENV PATH=/opt/aws/neuron/bin/:$PATH

0 commit comments

Comments
 (0)