Skip to content

Commit 326437a

Browse files
authored
Update README.md
1 parent 81975b8 commit 326437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ be used to serve other models as well.
1616
- We provide the test code for TFServing in a local environment. Please take a look at [notebooks/TF_Serving.ipynb](...) notebook for this.
1717

1818
- To deploy the custom TFServing image, we define our `deployment.yaml` workflow file inside .github/workflows. It does the following tasks:
19-
- Looks for any new release in this repo. A new release contains a compressed [`SavedModel`](https://www.tensorflow.org/guide/saved_model).
19+
- Looks for any new release in this repo using [release downloader GitHub Action](https://github.com/robinraju/release-downloader). A new release contains a compressed [`SavedModel`](https://www.tensorflow.org/guide/saved_model).
2020
- Create a custom Docker image based on CPU optimized TFServing base image.
2121
- You can find how to compile the CPU optimized TFServing base image [here](https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/setup.md#optimized-build).
2222
- Also, you can find how to create a custom TFServing docker image [here](https://www.tensorflow.org/tfx/serving/serving_kubernetes#commit_image_for_deployment).

0 commit comments

Comments
 (0)