Skip to content

Commit

Permalink
fix multi_model_catboost.ipynb (#3561)
Browse files Browse the repository at this point in the history
Co-authored-by: EC2 Default User <[email protected]>
  • Loading branch information
atqy and EC2 Default User authored Aug 18, 2022
1 parent 693b619 commit 57eab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \
python3 \
vim \
&& rm -rf /var/lib/apt/lists/* \
&& curl -O https://bootstrap.pypa.io/pip/3.7/get-pip.py \
&& curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py \
&& python3 get-pip.py

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"metadata": {},
"source": [
"### Invoke just one of models 1000 times \n",
"Since the models will be in memory and loaded, these invocations will not have any latency \n"
"Since the models are in memory and loaded, these invocations should not have any latency \n"
]
},
{
Expand Down

0 comments on commit 57eab4c

Please sign in to comment.