Skip to content

Commit 806f732

Browse files
authored
Use latest DLS for yolov11s model download and quantization (#2045)
1 parent 2cf89cf commit 806f732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/helm-chart/templates/dlstreamer-pipeline-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- name: videos-volume
7272
mountPath: /tmp/videos
7373
- name: model-downloader
74-
image: intel/dlstreamer:2025.1.2-ubuntu24
74+
image: intel/dlstreamer:2026.0.0-ubuntu24-rc1
7575
securityContext:
7676
allowPrivilegeEscalation: false
7777
runAsNonRoot: true

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
docker run --rm --user=root \
44
-e http_proxy -e https_proxy -e no_proxy \
55
-v "$(dirname "$(readlink -f "$0")"):/opt/project" \
6-
intel/dlstreamer:2025.1.2-ubuntu24 bash -c "$(cat <<EOF
6+
intel/dlstreamer:2026.0.0-ubuntu24-rc1 bash -c "$(cat <<EOF
77
88
cd /opt/project
99
export HOST_IP="${1:-$(hostname -I | cut -f1 -d' ')}"

0 commit comments

Comments
 (0)