Skip to content

Commit ca2979b

Browse files
author
Tim Bannister
committed
Merge pull request #41569 from SaranBalaji90/main
Update 2017-12-00-Introducing-Kubeflow-Composable
2 parents 07c8c36 + 9d01cec commit ca2979b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/blog/_posts/2017-12-00-Introducing-Kubeflow-Composable.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Note how we set those parameters so they are used only when you deploy to GKE. Y
127127

128128
After training, you [export your model](https://www.tensorflow.org/serving/serving_basic) to a serving location.
129129

130-
Kubeflow also includes a serving package as well. In a separate example, we trained a standard Inception model, and stored the trained model in a bucket we’ve created called ‘gs://kubeflow-models’ with the path ‘/inception’.
130+
Kubeflow also includes a serving package as well.
131131

132132
To deploy a the trained model for serving, execute the following:
133133

134134
```
135135
ks generate tf-serving inception --name=inception
136-
---namespace=default --model\_path=gs://kubeflow-models/inception
136+
---namespace=default --model\_path=gs://$bucket_name/$model_loc
137137
ks apply gke -c inception
138138
```
139139

@@ -170,3 +170,6 @@ Thank you for your support so far, we could not be more excited!
170170

171171
_Jeremy Lewi & David Aronchick_
172172
Google
173+
174+
Note:
175+
* This article was amended in June 2023 to update the trained model bucket location.

0 commit comments

Comments
 (0)