Skip to content

Commit 6227b65

Browse files
committed
install nightly
1 parent 813d80a commit 6227b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/genai_lib.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
with:
1212
python-version: 3.8
1313
- run: mkdir ./ov/
14-
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_centos7_2024.1.0.15008.f4afc983258_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz # Install centos instead of ubuntu to match PyPI distribution ABI
14+
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.1.0-14758-22bd6ff0494/l_openvino_toolkit_centos7_2024.1.0.dev20240315_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz # Install centos instead of ubuntu to match PyPI distribution ABI
1515
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
16-
- run: source ./ov/setupvars.sh && python -m pip install .
16+
- run: source ./ov/setupvars.sh && python -m pip install --pre . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
1717
- run: python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
1818

1919
genai_lib_windows:

0 commit comments

Comments
 (0)