File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
mkdir -p .virtualenvs/dlstreamer
98
98
python3 -m venv .virtualenvs/dlstreamer
99
99
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
101
101
export MODELS_PATH=${{ env.MODELS_PATH }}
102
102
./edge-ai-libraries-repo/libraries/dl-streamer/samples/download_omz_models.sh $MODEL_NAME
103
103
deactivate
@@ -133,7 +133,7 @@ jobs:
133
133
mkdir -p .virtualenvs/dlstreamer
134
134
python3 -m venv .virtualenvs/dlstreamer
135
135
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
137
137
export MODELS_PATH=${{ env.MODELS_PATH }}
138
138
./edge-ai-libraries-repo/libraries/dl-streamer/samples/download_omz_models.sh
139
139
deactivate
You can’t perform that action at this time.
0 commit comments