From 0bd4ace1ee722474f43b32c50deb733109947b98 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Mon, 28 Oct 2024 13:44:09 +0100 Subject: [PATCH] docs: typo fix (#509) Signed-off-by: Matteo Mortari --- csi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi/README.md b/csi/README.md index 1dc783d6..4cc62baf 100644 --- a/csi/README.md +++ b/csi/README.md @@ -7,7 +7,7 @@ More details on what `Custom Storage Initializer` is can be found in the [KServe The Model Registry CSI is a simple Go executable that basically takes two positional arguments: 1. __Source URI__: identifies the `storageUri` set in the `InferenceService`, this must be a model-registry custom URI, i.e., `model-registry://...` -2. __Deestination Path__: the location where the model should be stored, e.g., `/mnt/models` +2. __Destination Path__: the location where the model should be stored, e.g., `/mnt/models` The core logic of this CSI is pretty simple and it consists of three main steps: 1. Parse the custom URI in order to extract `registered model name` and `model version`