Skip to content

Commit 69c1902

Browse files
authored
Merge pull request #34 from cavusmustafa/updates_for_ov_release
Updates for ov release
2 parents e0ad620 + 293b1d5 commit 69c1902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backends/openvino/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before you begin, ensure you have openvino installed and configured on your syst
4646

4747
```bash
4848
git clone https://github.com/openvinotoolkit/openvino.git
49-
cd openvino && git checkout 20ad7cb
49+
cd openvino && git checkout releases/2025/1
5050
git submodule update --init --recursive
5151
mkdir build && cd build
5252
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON

backends/openvino/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def preprocess(
4747
)
4848
model_bytes = compiled.export_model()
4949

50-
return PreprocessResult(processed_bytes=model_bytes)
50+
return PreprocessResult(processed_bytes=model_bytes.getvalue())

docs/source/build-run-openvino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you begin, ensure you have openvino installed and configured on your syst
4141

4242
```bash
4343
git clone https://github.com/openvinotoolkit/openvino.git
44-
cd openvino && git checkout 20ad7cb
44+
cd openvino && git checkout releases/2025/1
4545
git submodule update --init --recursive
4646
mkdir build && cd build
4747
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON

0 commit comments

Comments
 (0)