File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 15
15
- run : sudo ./ov/install_dependencies/install_openvino_dependencies.sh
16
16
- run : source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
17
17
- run : source ./ov/setupvars.sh && cmake --build ./build/ -j
18
+ - run : python -m pip install numpy<1.27
18
19
- run : source ./ov/setupvars.sh && PYTHONPATH=./src/python:$PYTHONPATH python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
19
20
- run : source ./ov/setupvars.sh && python -m pip install --pre . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
20
21
- run : python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
35
36
- run : unzip ov.zip
36
37
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
37
38
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake --build ./build/ -j
39
+ - run : python -m pip install numpy<1.27
38
40
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && set PYTHONPATH=./src/python:$PYTHONPATH && python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
39
41
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && python -m pip install .
40
42
- run : python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
Original file line number Diff line number Diff line change
1
+ # They are copied to python folder during the build to allow skipping wheel installation
2
+ src /python /openvino /genai /* generate_pipeline_lib *
3
+ src /python /openvino /genai /py_generate_pipeline *
4
+
1
5
# build/artifact dirs
2
6
_ *
3
7
[Bb ]uild * /
You can’t perform that action at this time.
0 commit comments