Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/tutorials/integrations/kserve-mm/blue-green.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ To send inference requests to the model:

3. Make inference requests:
```shell
cd demo
cat wisdom.sh
. wisdom.sh
```
Expand All @@ -116,8 +115,8 @@ To send inference requests to the model:

2. Download the proto file and a sample input:
```shell
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/modelmesh-serving/kserve.proto
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/modelmesh-serving/grpc_input.json
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/modelmesh-serving/kserve.proto
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/modelmesh-serving/grpc_input.json
```

3. Send inference requests:
Expand Down
5 changes: 2 additions & 3 deletions docs/tutorials/integrations/kserve-mm/canary.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ To send inference requests to the model:

3. Make inference requests:
```shell
cd demo
cat wisdom.sh
. wisdom.sh
```
Expand All @@ -121,8 +120,8 @@ To send inference requests to the model:

2. Download the proto file and a sample input:
```shell
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/modelmesh-serving/kserve.proto
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/modelmesh-serving/grpc_input.json
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/modelmesh-serving/kserve.proto
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/modelmesh-serving/grpc_input.json
```

3. Send inference requests:
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/integrations/kserve/blue-green.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To send inference requests to the model:
=== "From within the cluster"
1. Create a "sleep" pod in the cluster from which requests can be made:
```shell
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/kserve-serving/sleep.sh | sh -
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/kserve-serving/sleep.sh | sh -
```

2. exec into the sleep pod:
Expand All @@ -112,7 +112,7 @@ To send inference requests to the model:

2. Download the sample input:
```shell
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/kserve-serving/input.json
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/kserve-serving/input.json
```

3. Send inference requests:
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/integrations/kserve/canary.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To send inference requests to the model:
=== "From within the cluster"
1. Create a "sleep" pod in the cluster from which requests can be made:
```shell
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/kserve-serving/sleep.sh | sh -
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/kserve-serving/sleep.sh | sh -
```

2. exec into the sleep pod:
Expand All @@ -117,7 +117,7 @@ To send inference requests to the model:

2. Download the sample input:
```shell
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.1/samples/kserve-serving/input.json
curl -sO https://raw.githubusercontent.com/iter8-tools/docs/v0.15.2/samples/kserve-serving/input.json
```

3. Send inference requests:
Expand Down