We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93adab7 commit d743bc0Copy full SHA for d743bc0
backends/openvino/README.md
@@ -46,7 +46,7 @@ Before you begin, ensure you have openvino installed and configured on your syst
46
47
```bash
48
git clone https://github.com/openvinotoolkit/openvino.git
49
-cd openvino && git checkout 20ad7cb
+cd openvino && git checkout releases/2025/1
50
git submodule update --init --recursive
51
mkdir build && cd build
52
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON
0 commit comments