Skip to content

Commit

Permalink
Bump OVMS/OV to 2024.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalinowski authored Apr 26, 2024
1 parent 193d408 commit f99778c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ OVMS_MEDIA_DOCKER_IMAGE ?= mediapipe_ovms
OVMS_MEDIA_IMAGE_TAG ?= latest
INPUT_VIDEO_LINK ?= "https://www.pexels.com/download/video/3044127/?fps=24.0&h=1080&w=1920"
# Main at Fix building without MediaPipe (#2129)
OVMS_COMMIT ?="7bf5d7fc217a81ce4b0a089c7679ecb77e6c544c"
OVMS_COMMIT ?="9bb7942622d30a3272128db03f5e8b158ee81dcc"
JOBS ?= $(shell python3 -c 'import multiprocessing as mp; print(mp.cpu_count())')
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.0/linux/l_openvino_toolkit_ubuntu20_2024.0.0.14509.34caeefd078_x86_64.tgz
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz

# Targets to use outside running mediapipe_ovms container
docker_build:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "ovms",
remote = "https://github.com/openvinotoolkit/model_server",
commit = "c5a2a67826585e7ff6efb1daa012c75e5e754e00", # Update links [main] (#2358)
commit = "9bb7942622d30a3272128db03f5e8b158ee81dcc", # ov 2024.1RC2 (#2418)
)

# DEV ovms - adjust local repository path for build
Expand Down

0 comments on commit f99778c

Please sign in to comment.