We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe05d2 commit 0095dccCopy full SHA for 0095dcc
.github/workflows/genai_package.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
python-version: 3.8
13
- run: mkdir ./ov/
14
- - run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15337-4936b145686/l_openvino_toolkit_ubuntu20_2024.2.0.dev20240515_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
+ - run: curlhttps://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
15
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
16
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
17
- run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release --target package -j
0 commit comments