Skip to content

Commit 06aafe9

Browse files
committed
Merge branch 'realtime_inference' of https://github.com/PPPLDeepLearning/plasma-python into realtime_inference
2 parents 13c7318 + ac9a8d2 commit 06aafe9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

serving/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
#Real-time inference with TensorFlow Serving
1+
# Real-time inference with TensorFlow Serving
22

33
**Note**: TensorFlow serving Python api only works under Python2.7.
4+
**Note**: this code is currently in a local `realtime_inference` branch, so you would need to:
5+
```bash
6+
git checkout realtime_inference
7+
python setup.py install
8+
```
49

5-
This assumes you have trained a model following:
10+
This assumes you have already pre-trained a model following this tutorial:
611
https://github.com/PPPLDeepLearning/plasma-python/blob/master/docs/PrincetonUTutorial.md
712

813
## Configure serving

0 commit comments

Comments
 (0)