Skip to content

Commit ffcc8d4

Browse files
authored
[DLStreamer] Models downloading workflow - fix version of openvino-dev[onnx]==2024.6.0 (open-edge-platform#786)
Signed-off-by: dmichalo <dawid.michalowski@intel.com>
1 parent 38e2698 commit ffcc8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dls-download-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mkdir -p .virtualenvs/dlstreamer
9898
python3 -m venv .virtualenvs/dlstreamer
9999
source .virtualenvs/dlstreamer/bin/activate
100-
pip3 install --no-cache-dir --upgrade tensorflow openvino-dev[onnx] torch
100+
pip3 install --no-cache-dir --upgrade tensorflow==2.19.1 openvino-dev[onnx]==2024.6.0 torch==2.8.0
101101
export MODELS_PATH=${{ env.MODELS_PATH }}
102102
./edge-ai-libraries-repo/libraries/dl-streamer/samples/download_omz_models.sh $MODEL_NAME
103103
deactivate
@@ -133,7 +133,7 @@ jobs:
133133
mkdir -p .virtualenvs/dlstreamer
134134
python3 -m venv .virtualenvs/dlstreamer
135135
source .virtualenvs/dlstreamer/bin/activate
136-
pip3 install --no-cache-dir --upgrade tensorflow openvino-dev[onnx] torch
136+
pip3 install --no-cache-dir --upgrade tensorflow==2.19.1 openvino-dev[onnx]==2024.6.0 torch==2.8.0
137137
export MODELS_PATH=${{ env.MODELS_PATH }}
138138
./edge-ai-libraries-repo/libraries/dl-streamer/samples/download_omz_models.sh
139139
deactivate

0 commit comments

Comments
 (0)