Skip to content

Commit

Permalink
docs: typo fix (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs authored Oct 28, 2024
1 parent ab714cf commit 0bd4ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 0bd4ace

Please sign in to comment.