Skip to content

Commit 757572c

Browse files
authored
C-API demo package link upgrade (#2157)
1 parent 1ecaa76 commit 757572c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demos/c_api_minimal_app/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ HTTPS_PROXY := "$(https_proxy)"
2020
NO_PROXY := "$(no_proxy)"
2121
BASE_OS_TAG_UBUNTU ?= 20.04
2222
BASE_OS_TAG_REDHAT ?= 8.8
23-
REDHAT_PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2023.1/ovms_redhat.tar.gz"
24-
UBUNTU_PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2023.1/ovms_ubuntu20.tar.gz"
23+
REDHAT_PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2023.2/ovms_redhat.tar.gz"
24+
UBUNTU_PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2023.2/ovms_ubuntu20.tar.gz"
2525

2626
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
2727
OVMS_CPP_IMAGE_TAG ?= latest

docs/deploying_server.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To deploy Model Server on baremetal, use pre-compiled binaries for Ubuntu20, Ubu
8787
8888
.. code-block:: sh
8989

90-
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.1/ovms_ubuntu20.tar.gz
90+
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.2/ovms_ubuntu20.tar.gz
9191
9292
or build it yourself:
9393
@@ -114,7 +114,7 @@ To deploy Model Server on baremetal, use pre-compiled binaries for Ubuntu20, Ubu
114114
115115
.. code-block:: sh
116116

117-
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.1/ovms_ubuntu22.tar.gz
117+
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.2/ovms_ubuntu22.tar.gz
118118
119119
or build it yourself:
120120
@@ -141,7 +141,7 @@ To deploy Model Server on baremetal, use pre-compiled binaries for Ubuntu20, Ubu
141141
142142
.. code-block:: sh
143143

144-
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.1/ovms_redhat.tar.gz
144+
wget https://github.com/openvinotoolkit/model_server/releases/download/v2023.2/ovms_redhat.tar.gz
145145
146146
or build it yourself:
147147

0 commit comments

Comments
 (0)