You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment.md
Note that we have a `config/` folder that includes a config.properties. This defines A. We also have a `model-store/` directory that contains are exported models and a `properties.json` file. We need this file for B
957
+
Note that there is a `config/` folder that includes a config.properties. This defines A. There is also a `model-store/` directory that contains are exported models and a `properties.json` file. You will need this file for B.
958
958
959
-
Now we will run several kubectl commands to copy over these folders into our Pod and into the PVC defined directory
959
+
Now, run several kubectl commands to copy over these folders into your Pod and into the PVC defined directory.
@@ -966,11 +966,11 @@ Run these commands to verify the contents have been copied over to the pod.
966
966
*`kubectl exec --tty model-store-pod -- ls /pv/config`
967
967
*`kubectl exec --tty model-store-pod -- ls /pv/model-store`
968
968
969
-
## Deploying model using a KServe InferenceService
969
+
## Deploying a model using a KServe InferenceService
970
970
971
971
### Create Inference Service
972
972
973
-
Below is the yaml definition that defines the KServe InferenceService that deploys models stored in the PVC. We already created a file that defines this PV in `k8s_files/torch-kserve-pvc.yaml`
973
+
Below is the yaml definition that defines the KServe InferenceService that deploys models stored in the PVC. A file that defines this PV has already been created in `k8s_files/torch-kserve-pvc.yaml`
0 commit comments