Skip to content

Commit f1b1e2d

Browse files
przepeckmzegladtrawins
authored
removed ovmsclient (#3620)
* removed ovmsclient * removed ovmsclient mention in TFS api samples * review suggestions * typo fix Co-authored-by: Miłosz Żeglarski <[email protected]> * url corrected --------- Co-authored-by: Miłosz Żeglarski <[email protected]> Co-authored-by: Trawinski, Dariusz <[email protected]>
1 parent d60a767 commit f1b1e2d

File tree

78 files changed

+5
-9162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+5
-9162
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ __pycache__
2020
*.swp
2121
dist/
2222
lib/
23-
!client/python/ovmsclient/lib
2423
cppclean_src
2524
cppclean_test
2625
tags

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -597,15 +597,6 @@ test_throughput_dummy_model: venv
597597
test_functional: venv
598598
@. $(ACTIVATE); pytest --json=report.json -v -s $(TEST_PATH)
599599

600-
# Client library make style target, by default uses Python 3 env in .venv path
601-
# This fact is used in test_client_lib, where make build runs in .venv Python 3 environment
602-
test_client_lib:
603-
@cd client/python/ovmsclient/lib && \
604-
make style || exit 1 && \
605-
. .venv-ovmsclient/bin/activate; make build || exit 1 && \
606-
make test TEST_TYPE=FULL || exit 1 && \
607-
make clean
608-
609600
test_python_clients:
610601
@echo "Prepare docker image"
611602
@docker build . -f tests/python/Dockerfile -t python_client_test

ci/build_test_OnCommit.groovy

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ pipeline {
6767
sh 'make sdl-check'
6868
}
6969
}
70-
stage('Client test') {
71-
agent {
72-
label "${agent_name_linux}"
73-
}
74-
when { expression { client_test_needed == "true" } }
75-
steps {
76-
sh "make test_client_lib"
77-
}
78-
}
7970
}
8071
}
8172
stage('Cleanup node') {

client/python/.bandit

Lines changed: 0 additions & 2 deletions
This file was deleted.

client/python/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Interact with OpenVINO Model Server using Python
22

3-
OpenVINO Model Server exposes network interface that client applications can interact with. Such interaction is really simple in Python with [ovmsclient](https://pypi.org/project/ovmsclient/) package available on PyPi.
4-
[Learn more about ovmsclient](ovmsclient/lib)
3+
OpenVINO Model Server exposes network interface that client applications can interact with.
54

65
There's also [tensorflow-serving-api](https://pypi.org/project/tensorflow-serving-api/) package that can be used to send requests to OpenVINO Model Server.
76

8-
> **Note**: `tensorflow-serving-api` comes with `tensorflow` dependency which makes the package heavy. For a lightweight solution consider using `ovmsclient`.
7+
> **Note**: `tensorflow-serving-api` comes with `tensorflow` dependency which makes the package heavy.
98
10-
There are sample scripts for both solutions:
11-
- [ovmsclient samples](ovmsclient/samples)
9+
There are sample scripts for `tensorflow-serving-api`:
1210
- [tensorflow-serving-api samples](tensorflow-serving-api/samples)
1311

1412
Additionally, starting with the 2022.2 release, OpenVINO Model Server also supports [KServe API](https://github.com/kserve/kserve/blob/master/docs/predict-api/v2/required_api.md) calls. You can try it out with the:
1513
- [KServe samples](kserve-api/samples)
1614

15+
> **Note**: 2025.3 is the last release that includes ovmsclient and it is not supported anymore. If you still need it, use [release 2025.3](https://github.com/openvinotoolkit/model_server/tree/releases/2025/3/client/python/ovmsclient)

client/python/ovmsclient/Dockerfile.redhat

Lines changed: 0 additions & 54 deletions
This file was deleted.

client/python/ovmsclient/Dockerfile.ubuntu

Lines changed: 0 additions & 64 deletions
This file was deleted.

client/python/ovmsclient/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

client/python/ovmsclient/lib/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/python/ovmsclient/lib/Makefile

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)